RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Themes.TThemedProgress Enumeration

TThemedProgress describes the possible themable parts of a progress bar.

Pascal
TThemedProgress = (
  tpProgressDontCare,
  tpProgressRoot,
  tpBar,
  tpBarVert,
  tpChunk,
  tpChunkVert
);
C++
enum TThemedProgress {
  tpProgressDontCare,
  tpProgressRoot,
  tpBar,
  tpBarVert,
  tpChunk,
  tpChunkVert
};

TThemedProgress describes the possible themable parts of a progress bar. The following table lists the possible values of TThemedProgress and their meaning.

Value  
Description  
tpProgressDontCare  
The content that is shared across all the progress bar parts.  
tpProgressRoot  
The content that is shared across all the progress bar states.  
tpBar  
The progress bar itself in horizontal orientation.  
tpBarVert  
The progress bar itself in vertical orientation.  
tpChunk  
A horizontal progress chunk.  
tpChunkVert  
A vertical progress chunk.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!