Icon AddObjects Method

procedure AddObjects(AList: TObjectList)

Available In: Client and Server Applications

Use this method to move all of the objects from a source list to the list of managed objects in this class. The source list will be empty after this method has been called.

Information If you don't wish to delete all of the objects in the source list, use the CopyObjects method instead.
Image