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

Specifies the master button for this multi view component.

FMX.MultiView.TMultiView.MasterButton inherits from FMX.MultiView.TCustomMultiView.MasterButton. All content below this line refers to FMX.MultiView.TCustomMultiView.MasterButton.

Specifies the master button for this multi view component.

This property refers to a UI element (such as a button), which allows you to hide or view the master pane. If your application has no master button, leave this property empty.

Limitations

Before using the master button, consider the following limitations:

  • The button is invisible and cannot be used if the master pane presentation mode is "docked panel" (i.e. the Mode property is set to Panel).
  • The onClick event handler is not supported.

See Also