[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'Classes' (#fcl)

TCollectionItem.GetOwner

Returns the managing collection.

Declaration

protected function TCollectionItem.GetOwner: TPersistent; override;

Description

TCollectionItem overrides TPersistent.GetOwner to and returns the TCollectionItem.Collection that manages it.

See also

TPersistent.GetOwner

  

Returns the owner of the component.

TCollectionItem.Collection

  

Pointer to the collection managing this item.