TiPositionComponent.OnPositionOverMax
TiPositionComponent See Also
Occurs when the Position property changes to a value greater than the
CurrentMax property value.
property OnPositionOverMax : TNotifyEvent;
Description
Use OnPositionOverMax to specify actions to perform when the Position property
changes to a value greater than the CurrentMax property value. This event will
only fire if the MinMaxFixed property is set to TRUE.
Contents | Index | Previous | Next