FMX.MultiView.TMultiView.MasterButton

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MasterButton: TControl read FMasterButton write SetMasterButton;

C++

__property MasterButton;

Properties

Type Visibility Source Unit Parent
property published
FMX.MultiView.pas
FMX.MultiView.hpp
FMX.MultiView TMultiView

Description

Allows you to hide or show the master pane.

FMX.MultiView.TMultiView.MasterButton inherits from FMX.MultiView.TCustomMultiView.MasterButton. All content below this line refers to FMX.MultiView.TCustomMultiView.MasterButton. 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 Panel presentation mode. That is, the master pane is a "docked panel".
  • The onClick event handler is not supported.

See Also