Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

See Also