|
RAD Studio VCL Reference
|
Retrieves the data associated with an item in the list box.
function InternalGetItemData(Index: Integer): TCustomLongData; dynamic;
__fastcall TCustomLongData InternalGetItemData(int Index);
InternalGetItemData is the low-level protected method for fetching the data associated with an item in the list box. It retrieves a reference pointer to the object associated with the specified item, as an integer.
Index is the index of the item whose data is to be fetched.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|