FMX.MultiView.TPresentationState
Delphi
TPresentationState = (Installed, Opened, Moving);
C++
enum class DECLSPEC_DENUM TPresentationState : unsigned char { Installed, Opened, Moving };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | FMX.MultiView.pas FMX.MultiView.hpp |
FMX.MultiView | FMX.MultiView |
Description
Specifies a presentation state of the multi view component.
This enumeration defines the following values:
Installed
: Indicates that the multi view component has been initialized.Opened
: Indicates that the master pane is open.Moving
: Indicates that the master pane is opening.