FMX.MultiView.Types.TMultiViewAppearance

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TPersistentSystem.TObjectTMultiViewAppearance

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

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