Vcl.Graphics.TTextFormatFlags.operator =

提供: RAD Studio API Documentation
移動先: 案内検索

C++

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

プロパティ

種類 可視性 ソース ユニット
function public Vcl.Graphics.hpp Vcl.Graphics TTextFormatFlags

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。