TiSevenSegmentClock.ShowSeconds

TiSevenSegmentClock See Also

Specifies whether the seconds are shown.

property ShowSeconds : Boolean;

Description

Use ShowSeconds to specify whether the seconds are shown.

Example

Delphi

iComponent.ShowSeconds := True;

C++ Builder

iComponent->ShowSeconds = True;

Contents | Index | Previous | Next