TiSevenSegmentClock.ShowHours

TiSevenSegmentClock See Also

Specifies whether the hours are shown.

property ShowHours : Boolean;

Description

Use ShowHours to specify whether the hours are shown.

Example

Delphi

iComponent.ShowHours := True;

C++ Builder

iComponent->ShowHours = True;

Contents | Index | Previous | Next