Hello I have a plot.
I need to assign two procedures. The first to
Plot.OnMouseMoveDataCursor and the second to
Plot.OnMouseUpDataCursor.
For the first, there is not problem, I wrote a procedure with the required parameters (consulted the help files) and everything's fine.
The second is big, and I say BIG, trouble. Help Files say that the event TPlot.OnMouseUpDataCursor needs a procedures whose only parameter is an integer. Fine, during compilation the compiler says :"Incompatible types: parameters lists differ". I've tried everything, I've tried to change the parameters but with no results. Please help me!
I need to assign two procedures. The first to
Plot.OnMouseMoveDataCursor and the second to
Plot.OnMouseUpDataCursor.
For the first, there is not problem, I wrote a procedure with the required parameters (consulted the help files) and everything's fine.
The second is big, and I say BIG, trouble. Help Files say that the event TPlot.OnMouseUpDataCursor needs a procedures whose only parameter is an integer. Fine, during compilation the compiler says :"Incompatible types: parameters lists differ". I've tried everything, I've tried to change the parameters but with no results. Please help me!