[Overview][Types][Classes][Index] Reference for unit 'ObjectLists' (#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.0 Generated 2025-05-03 Home