FMX.Layouts.TGridPanelLayout.TControlCollection.Owner

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Owner: TGridPanelLayout;

C++

HIDESBASE TGridPanelLayout* __fastcall Owner();

Properties

Type Visibility Source Unit Parent
function public
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TControlCollection

Description

Returns the Owner of the collection.

FMX.Layouts.TGridPanelLayout.TControlCollection.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