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

Handles appearance options 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.

Handles appearance options of the master pane in the Panel presentation mode.

With SplitViewOptions property, you can handle the Placement option. Placement specifies the docked master pane location (left, right, top, or bottom).

See Also