FMX.MultiView.Types.TMultiViewAppearance
Delphi
TMultiViewAppearance = class(TPersistent)
C++
class PASCALIMPLEMENTATION TMultiViewAppearance : public System::Classes::TPersistent
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FMX.MultiView.Types.pas FMX.MultiView.Types.hpp |
FMX.MultiView.Types | FMX.MultiView.Types |
Description
The base class for storing appearance options of master panes in TMultiView components.
The TMultiViewAppearance class defines the following:
- OnChanged: event triggered when any option of a master pane appearance changes.
- Owner: property that references the TMultiView component using this master pane.
- AreDefaultValues: function that checks whether the current appearance options have default values.