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

TComponent.GetOwner

Returns the owner of this component.

Declaration

Source position: classesh.inc line 1606

protected function TComponent.GetOwner: TPersistent; override;

Description

GetOwner returns the owner of this component as indicated by the Owner property. The GetOwner call is introduced in TPersistent and is used by the streaming system to determine the 'owner' of a component.

See also

TPersistent.GetOwner

  

Returns the owner of the component.

TComponent.Owner

  

Owner of this component.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.