Vcl.Themes.TThemedClock

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TThemedClock = (
tcClockDontCare,
tcClockRoot,
tcTimeNormal, tcTimeHot {Windows 7 or later}, tcTimePressed {Windows 7 or later}
);

C++

enum DECLSPEC_DENUM TThemedClock : unsigned char { tcClockDontCare, tcClockRoot, tcTimeNormal, tcTimeHot, tcTimePressed };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.Themes.pas
Vcl.Themes.hpp
Vcl.Themes Vcl.Themes

Description

TThemedClock describes the possible themable parts of a clock.

TThemedClock describes the possible themable parts of a clock. The following table lists the possible values of TThemedClock and their meaning.



Value Description

tcClockDontCare

The content that is shared across all the clock parts.

tcClockRoot

The content that is shared across all the clock states.

tcTimeNormal

A clock in its normal state.



See Also