Vcl.Graphics.TTextFormatFlags

De RAD Studio API Documentation
Aller à : navigation, rechercher

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; }
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics Vcl.Graphics

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !