FMX.MultiView.TCustomMultiView.HasPresenter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function HasPresenter: Boolean;

C++

bool __fastcall HasPresenter(void);

Properties

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

Description

Retrieves whether the master pane of the current MultiView component has the Presenter.

See Also