| Unit: |
SDL_numlab
|
| Class: |
TNumLab |
| Declaration: |
property OnBeforeDisplay: TBeforeDisplayEvent;
property OnClick: TNotifyEvent;
property OnDblClick: TNotifyEvent;
property OnMouseMove: TMouseMoveEvent;
property OnMouseDown: TMouseEvent;
property OnMouseUp: TMouseEvent;
|
The OnBeforeDisplay event allows to adjust the text displayed by the TNumLab component. 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.
|