FMX.MultiView.TMultiViewPresentation.Opened

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Opened: Boolean;

C++

bool __fastcall Opened();

Properties

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

Description

Returns whether a master pane of a MultiView component is opened.

Opened checks whether the State property contains Opened.

See Also