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 the MultiView.

MasterContent lists child controls in the master pane and does not list the detail pane.

Note: The detail pane is referenced by the TargetControl property.

See Also