FMX.Forms.TWindowStyle

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TWindowStyle = (GPUSurface);

C++

enum class DECLSPEC_DENUM TWindowStyle : unsigned int { GPUSurface, wsGPUSurface _DEPRECATED_ATTRIBUTE3("Use TWindowStyle.GPUSurface")  = 0x0 };

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
enum public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms FMX.Forms

Beschreibung

Repräsentiert eine Aufzählung von FireMonkey-Fensterstilen.

Siehe auch