RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTreeNode.Text Property

Specifies the label that identifies a tree node.

Pascal
property Text: string;
C++
__property AnsiString Text;

Use Text to specify the string that is displayed in the tree view. The value of Text can be assigned directly at run-time or can be set within the TreeView Items Editor while modifying the Items property of the TTreeView component. If the tree view allows users to edit its nodes, read Text to determine the value given the node by the user. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!