Vcl.StdCtrls.TCustomListBox.InternalSetItemData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InternalSetItemData(Index: Integer; AData: TListBoxItemData); dynamic;

C++

DYNAMIC void __fastcall InternalSetItemData(int Index, NativeInt AData);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomListBox

Description

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

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.

See Also