TiPositionComponent.OnPositionOverLimit
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 OnPositionOverLimit : TOnPositionLimit;
Description
Use OnPositionOverLimit to specify actions to perform when the Position
property changes to a value greater than a limit upper bound. This event will fire
for each limit upper bound that the Position property value is greater than and
the LimitIndex parameter will specify which limit the event is firing for.
Contents | Index | Previous | Next