API:Vcl.CheckLst.TCheckListBox.InternalGetItemData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function InternalGetItemData(Index: Integer): TListBoxItemData; override;

C++

DYNAMIC NativeInt __fastcall InternalGetItemData(int Index);

Properties

Type Visibility Source Unit Parent
function protected
Vcl.CheckLst.pas
Vcl.CheckLst.hpp
Vcl.CheckLst TCheckListBox

Description

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

Vcl.CheckLst.TCheckListBox.InternalGetItemData inherits from Vcl.StdCtrls.TCustomListBox.InternalGetItemData. All content below this line refers to Vcl.StdCtrls.TCustomListBox.InternalGetItemData.

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

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.

See Also