TiPositionComponent.OnPositionUnderMin

TiPositionComponent See Also

Occurs when the Position property changes to a value less than the CurrentMin property value.

property OnPositionUnderMin : TNotifyEvent;

Description

Use OnPositionUnderMin to specify actions to perform when the Position property changes to a value less than the CurrentMin property value. This event will only fire if the MinMaxFixed property is set to TRUE.

Contents | Index | Previous | Next