FMX.MultiView.TMultiView.BorderOptions

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property BorderOptions: TMultiViewBorderOptions read FBorderOptions write SetBorderOptions stored AreBorderOptionsStored;

C++

__property BorderOptions;

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 der Rahmen von MultiView-Komponenten fest.

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

Legt die Optionen für das Erscheinungsbild der Rahmen von MultiView-Komponenten fest.

TMultiViewBorderOptions definiert die Eigenschaften Color und Visible.

Siehe auch