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

TPersistent.GetOwner

Returns the owner of the component.

Declaration

protected function TPersistent.GetOwner: TPersistent; dynamic;

Description

GetOwner returns the owning component of the classes instane. The TPersistent implementation of GetOwner returns Nil. TComponent overrides this method.

See also

TComponent

  

Base class for all components that need owner-owned functionality.