Back to Devexpress

TcxClock Class

vcl-cxcalendar-fee1695b.md

latest1.4 KB
Original Source

TcxClock Class

The clock control.

Declaration

delphi
TcxClock = class(
    TcxControl,
    IdxSkinSupport
)

Remarks

The clock control is used to show the time as a clock image.

In addition to publishing the members inherited from its ancestor classes, the TcxClock class introduces the following properties:

  • Time – Specifies the time that is displayed by the clock;

  • Transparent – Specifies the clock’s background transparency.

Implements

IdxSkinSupport

Inheritance

TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxClock

See Also

TcxClock Members

cxCalendar Unit