FMX.MultiView.TCustomMultiView.MasterContent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MasterContent: TContent read FMasterContent;

C++

__property Fmx::Controls::TContent* MasterContent = {read=FMasterContent};

Properties

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

Description

Holds the content (child controls) of this MultiView.

See Also