FMX.MultiView.TCustomMultiView.HasMasterButton

From RAD Studio API Documentation
Revision as of 15:56, 17 December 2014 by AChavesBot (talk | contribs) (57279)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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