Icon Delete Method

procedure Delete(Index: Integer; FreeOwnedObject: Boolean=True)

Available In: Client and Server Applications

Use this method to remove an object from the list of managed objects by its index. The FreeOwnedObject parameter will cause the object instance to be destroyed if the list's OwnsObjects property is True.
Image