[Overview][Types][Classes][Index] |
Assigns TItem class instances specified in SrcList to the List storage in the class.
Source position: objectlists.pas line 78
public procedure TObjectArray.Assign( |
SrcList: TList |
); |
SrcList |
|
TList with the TItem class instances stored in the method. |
Assign is a procedure used to stored TItem class instances in SrcList to the List storage for the class. Assign calls the Clear method to remove all existing item/object associations stored in List.
Assign sets the value in Count to the length in SrcList. The method iterates over the values in the TList instance, and stores the TItem instances in the corresponding positions in List. The associated object for all entries in List is unassigned (Nil).
|
Removes all item/object associations stored in the List. |
|
|
Number of item/object associations currently stored in the List. |
|
|
Provides access to the list which implements the storage for the item/object associations in the class instance. |
|
|
Record type with pointers to members in the association. |
Version 4.0 | Generated 2025-05-03 | Home |