FMX.MultiView.TMultiViewPresentation.MasterButtonVisible
Delphi
property MasterButtonVisible: Boolean read GetMasterButtonVisible;
C++
__property bool MasterButtonVisible = {read=GetMasterButtonVisible, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.MultiView.pas FMX.MultiView.hpp |
FMX.MultiView | TMultiViewPresentation |
Description
Specifies whether to display the master button.
Set this property to True
to display the master button for this multi view component. When this property is set to False
, the master button is hidden.