Skip to main content

TcxTreeListNode.Data Property

Specifies the pointer to data associated with the node.

Declaration

property Data: Pointer read; write;

Property Value

Type
Pointer

Remarks

Use the Data property to associate data with the node. If you assigned data to this property, it must be released manually before a node is deleted. To accomplish this, handle the TreeList control’s OnDeletion event.

See Also