Vcl.ComCtrls.TTextAttributes.Create

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

Delphi

constructor Create(AOwner: TCustomRichEdit; AttributeType: TAttributeType);

C++

__fastcall TTextAttributes(TCustomRichEdit* AOwner, TAttributeType AttributeType);

プロパティ

種類 可視性 ソース ユニット
constructor public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTextAttributes

説明

Create は,TTextAttributes のインスタンスを作成します。

TTextAttributes のこのコンストラクタは呼び出さないでください。TTextAttributes オブジェクトは,書式付き編集コントロールのコンストラクタから作成されます。書式付き編集コントロールは atDefaultText の属性型を使って DefAttributes プロパティを実現し,atSelected の属性型を使って SelAttributes プロパティを実現します。

関連項目