FMX.MultiView.Types.TDrawerAppearance.Mode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Mode: TSlidingMode read FMode write SetMode default DefaultMode;

C++

__property TSlidingMode Mode = {read=FMode, write=SetMode, default=1};

Properties

Type Visibility Source Unit Parent
property published
FMX.MultiView.Types.pas
FMX.MultiView.Types.hpp
FMX.MultiView.Types TDrawerAppearance

Description

Specifies the master pane sliding mode.

Use this property to specify the master pane sliding mode. The Mode property can take any of the following values:

  • OverlapDetailView: In this mode, the master pane overlays the detail pane. To show the master pane, swipe left/right from the edge of the screen.
  • PushingDetailView: In this mode, the detail pane is on top of the master pane. Pull the detail pane to overlay or show the master pane.

For more information and sample applications, see Mobile Tutorial: Using a MultiView Component to Display Alternate Views of Information (iOS and Android)

See Also