function Add(Item: TScPersistent): integer;

 

Description

Call Add to insert an object at the end of the list. Add places the object after the last item, even if the array contains nil references, and returns the index of the inserted object. The first object in the list has an index of 0.

Add increments Count and, if necessary, allocates memory.

 

See also

Insert

Items

SecureBridge Components, Copyright © 2007-2024 Devart. All Rights Reserved. Provide Feedback Visit Forum Request Support