[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Set the value in the indexed Item property.
Source position: comctrls.pp line 1161
protected procedure TListItems.SetItem( |
const AIndex: Integer; |
const AValue: TListItem |
); |
AIndex |
|
Ordinal position in the list for the property value updated in the method. |
AValue |
|
New value for the indexed Item 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.0 | Generated 2025-05-03 | Home |