FMX.MultiView.TCustomMultiView.MasterButton

From RAD Studio API Documentation
Jump to: navigation, search

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 Panel presentation mode. That is, the master pane is a "docked panel".
  • The onClick event handler is not supported.

See Also