TiSevenSegmentClock.OnCountDownComplete

TiSevenSegmentClock See Also

Occurs when Time value reaches 0 when the clock count timer is enabled and the count direction is down.

property OnCountDownComplete : TNotifyEvent;

Description

Use OnCountDownComplete to specify actions to perform when the Time value reaches 0. This event will only fire when the CountTimerEnabled property is set to TRUE, and the CountDirection property is set to icdDown.

Contents | Index | Previous | Next