FMX.MultiView.Types.TSplitViewAppearance

From RAD Studio API Documentation

TSplitViewAppearanceFMX.MultiView.Types.TMultiViewAppearanceSystem.Classes.TPersistentSystem.TObject

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

Base class for storing options of a TMultiView. {{#multireplace:FMX.MultiView.Types.TSplitViewAppearance|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.MultiView.Types.TMultiViewAppearance|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.MultiView.Types.TMultiViewAppearance|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Base class for storing options of a TMultiView.

It defines an OnChange event, a property that references the owner of these settings and a function to check if the current values of these settings are the default values.

See Also