Vcl.ComCtrls.TStatusPanels.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
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TStatusPanels

Description

Returns the owner.

In TStatusPanels, GetOwner returns the TStatusBar object that contains the panels.

See Also