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....



Events


Unit:SDL_rasterlab
Class:TRasterLab
Declaration: property OnClick: TNotifyEvent;
property OnDblClick: TNotifyEvent;
property OnMouseMove: TMouseMoveEvent;
property OnMouseDown: TMouseEvent;
property OnMouseUp: TMouseEvent;

The OnClick and the OnDblClick events occur when the user clicks on the component. The events OnMouseMove, OnMouseDown, and OnMouseUp support the handling of the mouse. See the Delphi (C++ Builder) documentation for more details.

Example: One of these events is used in the following example program (see http://www.lohninger.com/examples.html for downloading the code): rasterlabel



Last Update: 2023-Feb-06