Vcl.ComCtrls.TListItems.GetItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetItem(Index: Integer): TListItem;

C++

TListItem* __fastcall GetItem(int Index);

Properties

Type Visibility Source Unit Parent
function protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TListItems

Description

Returns the value of the Item property.

GetItem is the getter method for the Item property.

See Also