FMX.MultiView.TCustomMultiView.IsShowed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsShowed: Boolean;

C++

bool __fastcall IsShowed();

Properties

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

Description

Verifies whether the master pane is displayed.

Use this method to verify whether the master pane is displayed. The IsShowed method returns the following values:

  • true: the master pane is displayed.
  • false: the master pane is hidden.

See Also