API:FMX.MultiView.TMultiView.SplitViewOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SplitViewOptions: TSplitViewAppearance read FSplitViewOptions write SetSplitViewOptions stored AreSplitViewOptionsStored;

C++

__property SplitViewOptions;

Properties

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

Description

Specifies the presentation characteristics of the master pane in the Panel presentation mode.

FMX.MultiView.TMultiView.SplitViewOptions inherits from FMX.MultiView.TCustomMultiView.SplitViewOptions. All content below this line refers to FMX.MultiView.TCustomMultiView.SplitViewOptions.


Specifies the presentation characteristics of the master pane in the Panel presentation mode.

This property allows you to define the following characteristics:

  • Placement: Specifies the docked master pane location (left or right).

See Also