TiPositionComponent.OnPositionUnderLimit
TiPositionComponent See Also
Occurs when the Position property changes to a value greater than a limit
upper bound.
type TOnPositionLimit = procedure(Sender: TObject; LimitIndex: Integer) of object;
property OnPositionUnderLimit : TOnPositionLimit;
Description
Use OnPositionUnderLimit to specify actions to perform when the Position
property changes to a value less than a limit lower bound. This event will fire for
each limit lower bound that the Position property value is less than and the
LimitIndex parameter will specify which limit the event is firing for.
Contents | Index | Previous | Next