RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOutlineNode.Data Property

Points to application-specific data associated with the node.

Pascal
property Data: Pointer;
C++
__property void * Data;

Use Data to associate an arbitrary value with a node in an outline. For example, if the outline represents the table of contents to an electronic document, Data could point to an object that provides jump information for accessing the section of the document named by the node. 

The Data property is usually described by the Text property, which is displayed in the rendered image of the node. 

 

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