|
RAD Studio VCL Reference
|
Associates an integer with a specified item in the list box.
procedure InternalSetItemData(Index: Integer; AData: TCustomLongData); dynamic;
__fastcall InternalSetItemData(int Index, TCustomLongData AData);
InternalSetItemData is the low-level protected method for associating data with an item in the list box. It associates the item that has the index specified by Index with the integer specified by AData.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|