RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListControlItem.Data Property

Points to user-defined data associated with the control.

Pascal
property Data: TCustomData;
C++
__property TCustomData 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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!