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): Longint; override;
C++
virtual __fastcall Longint 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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!