System.Win.TaskbarCore.TTaskbarBase.GetOwner

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetOwner: TPersistent; override;

C++

DYNAMIC System::Classes::TPersistent* __fastcall GetOwner();

Properties

Type Visibility Source Unit Parent
function protected
System.Win.TaskbarCore.pas
System.Win.TaskbarCore.hpp
System.Win.TaskbarCore TTaskbarBase

Description

Returns the owner of a component.

System.Win.TaskbarCore.TTaskbarBase.GetOwner inherits from System.Classes.TComponent.GetOwner. All content below this line refers to System.Classes.TComponent.GetOwner.

Returns the owner of a component.

GetOwner is called by GetNamePath to find the owner of a component. GetNamePath and GetOwner are introduced in TPersistent so descendants such as collections can appear in the Object Inspector. For TComponent, GetOwner returns the value of the Owner property.

See Also