TiPositionComponent.OnPositionChangeFinished
TiPositionComponent See Also
Occurs when the Position property is finished being changed when the user is
changing the value using the mouse.
property OnPositionChangeFinished : TNotifyEvent;
Description
Use OnPositionChangeFinished to specify actions to perform when the Position
is finished being changed when the user is changing the value using the mouse.
The event does not fire until the user releases the left mouse button.
Typically, this event is used for performance reasons because only one event
is fired when the user is changing the position with the mouse. The
OnPositionChange event can be fired hundreds of times per second when the user is changing
the value with the mouse, and depending on the application design, it may cause
performance issues.
Contents | Index | Previous | Next