FMX.MultiView.TCustomMultiView.ShowMaster

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ShowMaster;

C++

void __fastcall ShowMaster();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.MultiView.pas
FMX.MultiView.hpp
FMX.MultiView TCustomMultiView

Description

Displays the master pane.

Use this method to display the master pane.

See Also