RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Themes.TThemedClock Enumeration

TThemedClock describes the possible themable parts of a clock.

Pascal
TThemedClock = (
  tcClockDontCare,
  tcClockRoot,
  tcTimeNormal
);
C++
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!