FMX.MultiView.Types.TSplitViewAppearance

From RAD Studio API Documentation
Jump to: navigation, search

FMX.MultiView.Types.TMultiViewAppearanceSystem.Classes.TPersistentSystem.TObjectTSplitViewAppearance

Delphi

TSplitViewAppearance = class(TMultiViewAppearance)

C++

class PASCALIMPLEMENTATION TSplitViewAppearance : public TMultiViewAppearance

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.

FMX.MultiView.Types.TSplitViewAppearance inherits from FMX.MultiView.Types.TMultiViewAppearance. All content below this line refers to FMX.MultiView.Types.TMultiViewAppearance. 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.

See Also