FMX.Layouts.TGridPanelLayout.TCellCollection.Owner

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Owner: TGridPanelLayout;

C++

HIDESBASE TGridPanelLayout* __fastcall Owner(void);

Properties

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

Description

Returns the Owner of the cell collection.

Use the Owner method to obtain a reference to the TGridPanelLayout grid panel layout object that owns this cell collection.

See Also