API:FMX.MultiView.TMultiView.SplitViewOptions

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property SplitViewOptions: TSplitViewAppearance read FSplitViewOptions write SetSplitViewOptions stored AreSplitViewOptionsStored;

C++

__property SplitViewOptions;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
FMX.MultiView.pas
FMX.MultiView.hpp
FMX.MultiView TMultiView

Beschreibung

Legt die Optionen für das Erscheinungsbild des Hauptbereichs im Panel-Darstellungsmodus fest.

FMX.MultiView.TMultiView.SplitViewOptions erbt von FMX.MultiView.TCustomMultiView.SplitViewOptions. Der folgende Inhalt bezieht sich auf FMX.MultiView.TCustomMultiView.SplitViewOptions.

Legt die Optionen für das Erscheinungsbild des Hauptbereichs im Panel-Darstellungsmodus fest.

Mit der Eigenschaft SplitViewOptions können Sie die Option Placement festlegen. Placement legt die Position des angedockten Hauptbereichs fest (links, rechts, oben oder unten).

Siehe auch