Icon Add Method

function Add(AObject: TObject): Integer

Available In: Client and Server Applications

Use this method to add an object to the list of managed objects. The object will be added to the end of the list, and the index of the object in the list will be returned.
Image