FMX.MultiView.TCustomMultiView.MasterButton
Delphi
property MasterButton: TControl read FMasterButton write SetMasterButton;
C++
__property Fmx::Controls::TControl* MasterButton = {read=FMasterButton, write=SetMasterButton};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| property | public | FMX.MultiView.pas FMX.MultiView.hpp  | 
        FMX.MultiView | TCustomMultiView | 
Description
Allows you to hide or show the master pane.
If your application has no master button, leave the MasterButton property empty.
Limitations
The master button cannot be used when:
- The button is invisible and if the Mode property is set to 
Panelpresentation mode. That is, the master pane is a "docked panel". - The onClick event handler is not supported.