[Overview][Types][Classes][Index] |
Inserts an item/object association at the specified position in the List.
Source position: objectlists.pas line 75
public procedure TObjectArray.InsertObject( |
Index: Integer; |
Item: TItem; |
Associated: TObj |
); |
Index |
|
Ordinal position in List where the association is inserted. |
Item |
|
TItem instance for the new association. |
Associated |
|
TObj instance for the association. |
Version 4.0 | Generated 2025-05-03 | Home |