FMX.MultiView.TCustomMultiView

Delphi
TCustomMultiView = class(TPresentedControl)
C++
class PASCALIMPLEMENTATION TCustomMultiView : public Fmx::Controls::Presentation::TPresentedControl
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.
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.