FMX.MultiView.TMultiViewMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TMultiViewMode = (PlatformBehaviour, Panel, Popover, Drawer, Custom, NavigationPane);

C++

enum class DECLSPEC_DENUM TMultiViewMode : unsigned char { PlatformBehaviour, Panel, Popover, Drawer, Custom, NavigationPane };

Properties

Type Visibility Source Unit Parent
enum public
FMX.MultiView.pas
FMX.MultiView.hpp
FMX.MultiView FMX.MultiView

Description

Defines the master pane presentation mode.

This enumeration defines the following values:

Value Master Pane Presentation
Drawer Drawer (Push/Overlap)
Panel Docked panel
PlatformBehaviour The master pane behavior depends on a platform.
Popover Pop-up menu
NavigationPane Navigation pane
Custom For details, see Custom Mode description.

For detailed information about the presentation modes, see Master Pane Presentation Modes.

See Also