FMX.Controls.Presentation.TPresentationState

From RAD Studio API Documentation
Jump to: navigation, search

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

NotLoaded

The presentation layer is not loaded.

Loading

The presentation layer is being loaded.

Loaded

The presentation layer has been successfully loaded.

Unloading

The presentation layer is being unloaded.

See Also