API:Vcl.WinXCtrls.TRelativePanelControlCollection.Owner

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Owner: TRelativePanel;

C++

HIDESBASE TRelativePanel* __fastcall Owner();

Properties

Type Visibility Source Unit Parent
function public
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TRelativePanelControlCollection

Description

Returns the Owner of the collection.

Vcl.WinXCtrls.TRelativePanelControlCollection.Owner inherits from System.Classes.TCollection.Owner. All content below this line refers to System.Classes.TCollection.Owner.

Returns the Owner of the collection.

Call Owner to obtain a reference to the object that owns this collection. Typically, the owner uses the collection to implement one of its properties.

See Also