RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCheckListBox.InternalSetItemData Method

Associates an integer with a specified item in the list box.

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