Gets the value for the indexed Item property.
Source position: comctrls.pp line 1157
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.6 | Generated 2026-02-20 | Home |