FMX.MultiView.TMultiViewPresentation
Delphi
TMultiViewPresentation = class abstract(TInterfacedObject)
C++
class PASCALIMPLEMENTATION TMultiViewPresentation : public System::TInterfacedObject
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FMX.MultiView.pas FMX.MultiView.hpp |
FMX.MultiView | FMX.MultiView |
Description
The base class for presentations of master panes in MultiView controls.
If you need to create a custom presentation of a master pane in a
MultiView component, you need to set TMultiView.Mode = Custom
and declare your own class, such as MyPresentationClass that descends from TMultiViewPresentation or from other classes declared in the FMX.MultiView.Presentations.pas
unit.