RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListControlItem.Data Property

Points to user-defined data associated with the control.

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

Set Data to associate this item with application-specific data. Data has no predefined meaning, although it is used for sorting items when the managing collection's SortType property is stData. 

 

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