API:FMX.MultiView.TMultiView

From RAD Studio API Documentation
Jump to: navigation, search

FMX.MultiView.TCustomMultiViewFMX.Controls.Presentation.TPresentedControlFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTMultiView

Delphi

TMultiView = class(TCustomMultiView)

C++

class PASCALIMPLEMENTATION TMultiView : public TCustomMultiView

Properties

Type Visibility Source Unit Parent
class public
FMX.MultiView.pas
FMX.MultiView.hpp
FMX.MultiView FMX.MultiView

Description

Represents the base class for all multi view components.

FMX.MultiView.TMultiView inherits from FMX.MultiView.TCustomMultiView. All content below this line refers to FMX.MultiView.TCustomMultiView.

Represents the base class for all multi view components.

TCustomMultiView is the base class for all multi view components, such as TMultiView. If you need to create a custom multi view component for your applications, consider deriving your component from TCustomMultiView.

See Also