RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTreeNode.StateIndex Property

Indicates which image from the StateImages list to display for the node.

Pascal
property StateIndex: Integer;
C++
__property int StateIndex;

Use StateIndex to display an additional image for the node that reflects state information. If StateIndex is -1 then no state image is drawn. 

Valid index values are 1..15 only. Values of 0 or -1 mean no state icon. 

 

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