TCheckState Enumeration

Virtual Tree View

Returns the current state of a node's check box, radio button or node button.

Pascal
TCheckState = (csUncheckedNormal, csUncheckedPressed, csCheckedNormal, csCheckedPressed, csMixedNormal, csMixedPressed);
Description

The check states include both, transient and fluent (temporary) states. The only temporary state defined so far is the pressed state.

Members
Members 
Description 
csUncheckedNormal 
unchecked and not pressed 
csUncheckedPressed 
unchecked and pressed 
csCheckedNormal 
checked and not pressed 
csCheckedPressed 
checked and pressed 
csMixedNormal 
3-state check box and not pressed 
csMixedPressed 
3-state check box and pressed 
Group
File

VirtualTrees

Links
What do you think about this topic? Send feedback!