Vcl.ComCtrls.TTreeNode.Data

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Data: TCustomData read FData write SetData;

C++

__property Vcl::Controls::TCustomData Data = {read=FData, write=SetData};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTreeNode

Description

Points to application-defined data associated with the tree node.

Use the Data property to associate data with a tree node. Data allows applications to quickly access information about the entity represented by the node.

Code Examples