Unit 'ObjectLists' Package
[Overview][Types][Classes][Index] [#lazutils]

TObjectArray.InsertObject

Inserts an item/object association at the specified position in the List.

Declaration

Source position: objectlists.pas line 75

public procedure TObjectArray.InsertObject(

  Index: Integer;

  Item: TItem;

  Associated: TObj

);

Arguments

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.4 Generated 2025-11-08 Home