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

Base class for storing options of a TMultiView.

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