[Overview][Types][Classes][Index] |
Adds the specified item to the storage for the class instance.
Source position: objectlists.pas line 67
public function TObjectArray.Add( |
Item: TItem |
):Integer; |
Item |
|
Item added in the method. |
Ordinal position in storage when the item was added.
Add is an Integer function used to add the item specified in Item to the storage for the class instance. Add calls the AddObject method to store the value in Item. The associated object is unassigned (Nil) in the method. Use AddObject to store an Item and its associated object.
The return value contains the ordinal position in List where the Item was stored.
|
Adds the specified item and its associated object to the storage in the class instance. |
|
|
Provides access to the list which implements the storage for the item/object associations in the class instance. |
|
|
Number of item/object associations currently stored in the List. |
Version 4.0 | Generated 2025-05-03 | Home |