FMX.MultiView.TPresentationStates
Delphi
type TPresentationStates = set of TPresentationState;
C++
typedef System::Set<TPresentationState, _DELPHI_SET_ENUMERATOR(TPresentationState::Installed), _DELPHI_SET_ENUMERATOR(TPresentationState::Moving)> TPresentationStates;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
set typedef |
public | FMX.MultiView.pas FMX.MultiView.hpp |
FMX.MultiView | FMX.MultiView |
Description
Specifies a presentation state of the multi view component. 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.