Gets the value for the indexed Item property.
Source position: comctrls.pp line 1156
protected function TListItems.GetItem( |
const AIndex: Integer |
):TListItem; virtual; |
AIndex |
|
Ordinal position in the list with the property value. |
TListItem instance at the specified position in the indexed property.
|
Provides indexed access to the TListItem instance in the container by their ordinal position. |
|
|
Represents the items created in TCustomListView and descendants. |
| Version 4.4 | Generated 2025-11-08 | Home |