RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListItem.Data Property

Specifies any application-specific data associated with the list item.

Pascal
property Data: TCustomData;
C++
__property TCustomData Data;

Use Data to associate arbitrary data structure with the list item. When the user selects or deletes the list item, Data allows the application to quickly access information about the meaning of the list item to implement the appropriate response. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!