FMX.Controls.Presentation.TPresentationState
Delphi
TPresentationState = (NotLoaded, Loading, Loaded, Unloading);
C++
enum class DECLSPEC_DENUM TPresentationState : unsigned char { NotLoaded, Loading, Loaded, Unloading };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | FMX.Controls.Presentation.pas FMX.Controls.Presentation.hpp |
FMX.Controls.Presentation | FMX.Controls.Presentation |
Description
Represents the state of the presentation layer of a control.
Possible values are:
Value | Description |
---|---|
|
The presentation layer is not loaded. |
|
The presentation layer is being loaded. |
|
The presentation layer has been successfully loaded. |
|
The presentation layer is being unloaded. |