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_progbar
Class:TProgBar
Declaration: property OnAutoInc: TNotifyEvent;
property OnClick: TNotifyEvent;
property OnDblClick: TNotifyEvent;
property OnMouseMove: TMouseMoveEvent;
property OnMouseDown: TMouseEvent;
property OnMouseUp: TMouseEvent;
property OnShowValue: TBeforeShowValueEvent;

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 event OnShowValue is triggered before the Value property is displayed in the control. The event OnAutoInc occurs after an automatic increment of the progress bar value.




Last Update: 2023-Dec-14