|
RAD Studio VCL Reference
|
TThemedClock describes the possible themable parts of a clock.
TThemedClock = ( tcClockDontCare, tcClockRoot, tcTimeNormal );
enum TThemedClock { tcClockDontCare, tcClockRoot, tcTimeNormal };
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. |
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|