Vcl.StdCtrls.TCustomListBox.GetItemData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

DYNAMIC NativeInt __fastcall GetItemData(int Index);

Properties

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

Description

Returns a 32-bit value associated with the specified item in a list box.

GetItemData retrieves the data associated with a particular item in the list box. This value can be displayed as that list box item, or can be a value (such as a pointer) associated with the list box item.

See Also