FMX.MultiView.TCustomMultiView.HasMasterButton

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function HasMasterButton: Boolean;

C++

bool __fastcall HasMasterButton();

Properties

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

Description

Verifies whether the component has a master button.

A master button is a UI element that allows you to view or hide the master pane.

See Also