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: TCustomLongData); override;
C++
virtual __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!