FMX.Controls.TPaintStage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TPaintStage = (All, Background, Text);

C++

enum class DECLSPEC_DENUM TPaintStage : unsigned char { All, Background, Text, psAll _DEPRECATED_ATTRIBUTE3("Use TPaintStage.All")  = 0x0, psBackground _DEPRECATED_ATTRIBUTE3("Use TPaintStage.Background")  = 0x1, psText _DEPRECATED_ATTRIBUTE3("Use TPaintStage.Text")  = 0x2 };

Properties

Type Visibility Source Unit Parent
enum public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls FMX.Controls

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!