ComCtrls.TTreeNode.Text

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From ComCtrls.pas

	property Text: string read FText write SetText;


Unit: ComCtrls

Type: property

Visibility: public

Member Of: TTreeNode

C++ Information

From ComCtrls.hpp

	__property System::UnicodeString Text = {read=FText,write=SetText};


Unit: ComCtrls

Type: property

Visibility: public

Member Of: TTreeNode

Description

Specifies the label that identifies a tree node.


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.

See Also

Personal tools
Translations
Newest Version