FMX.MultiView.Types.TMultiViewAppearance.Owner

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Owner: TComponent read FOwner;

C++

__property System::Classes::TComponent* Owner = {read=FOwner};

Properties

Type Visibility Source Unit Parent
property public
FMX.MultiView.Types.pas
FMX.MultiView.Types.hpp
FMX.MultiView.Types TMultiViewAppearance

Description

A reference to the owner of these settings.

The constructor sets the value of this property.

See Also