RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCheckListBox.InternalGetItemData Method

Retrieves the data associated with an item in the list box.

Pascal
function InternalGetItemData(Index: Integer): TCustomLongData; override;
C++
virtual __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!