Vcl.Graphics.TTextFormatFlags.operator =

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

C++

TTextFormatFlags& __fastcall operator=(TTextFormat Value) { *this = TTextFormatFlags::_op_Implicit(Value); return *this; };
TTextFormatFlags& __fastcall operator=(unsigned Value) { *this = TTextFormatFlags::_op_Implicit(Value); return *this; };

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public Vcl.Graphics.hpp Vcl.Graphics TTextFormatFlags

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.