Vcl.StdCtrls.TCustomListBox.InternalGetItemData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

DYNAMIC NativeInt __fastcall InternalGetItemData(int Index);

Properties

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

Description

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