Vcl.ComCtrls.TParaAttributes.Create

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

Delphi

constructor Create(AOwner: TCustomRichEdit);

C++

__fastcall TParaAttributes(TCustomRichEdit* AOwner);

プロパティ

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

説明

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

TParaAttributes オブジェクトのコンストラクタを呼び出さないでください。TCustomRichEdit オブジェクトの外側では TParaAttributes オブジェクトのプロパティは無効だからです。Create は,TParaAttributes を使用する書式付き編集コントロールのコンストラクタから呼び出されます。

関連項目