Vcl.Graphics.TTextFormatFlags

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TTextFormatFlags = record

C++

struct DECLSPEC_DRECORD TTextFormatFlags
{
private:
    TTextFormat FValue;
public:
    static TTextFormatFlags __fastcall _op_Implicit(TTextFormat Value);
    __fastcall operator TTextFormat();
    static TTextFormatFlags __fastcall _op_Implicit(unsigned Value);
    __fastcall operator unsigned();
    TTextFormatFlags& operator =(TTextFormat Value) { *this = TTextFormatFlags::_op_Implicit(Value); return *this; }
    TTextFormatFlags& operator =(unsigned Value) { *this = TTextFormatFlags::_op_Implicit(Value); return *this; }
};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
struct
public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics Vcl.Graphics

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.