Icon Remove Method

function Remove(AObject: TObject; FreeOwnedObject:
      Boolean=True): Integer

Available In: Client and Server Applications

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