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_sevenseg
Class: TSevenSeg
Declaration: property OnClick;
property OnDblClick;
property OnMouseMove;
property OnMouseDown;
property OnMouseUp;
property OnResize;

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. The OnResize event occurs if the control has been resized. See the Delphi (C++ Builder) documentation for more details.


Last Update: 2023-Dec-13