The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



OnMarkDblClick


Unit: SDL_marksel
Class: TMarkSel
Declaration: property OnMarkDblClick: TMarkClickEvent;
{ TMarkClickEvent = procedure (Sender: TObject; X, Y: integer; Mark: integer) of object; }

The OnMarkDblClick event occurs when the user double-clicks the symbol array. The parameter Sender returns the address of the TMarkSel object which has been clicked. The parameters X and Y contain the mouse coordinates (in pixels relative to the upper left corner of the control) and the parameter Mark returns the number of the selected symbol. A zero value indicates that the "no symbol" field has been clicked.

Example: This event is used in the following example programs (see http://www.lohninger.com/examples.html for downloading the code): box_plot, markselection


Last Update: 2023-Dec-13