Vcl.CheckLst.TCustomCheckListBox.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 TCustomCheckListBox

Description

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

Vcl.CheckLst.TCustomCheckListBox.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