Vcl.ComCtrls.TCustomRichEdit.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TCustomRichEdit(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TCustomRichEdit(HWND ParentWindow) : Vcl::Stdctrls::TCustomMemo(ParentWindow) { }

プロパティ

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

説明

CreateTCustomRichEdit のインスタンスを作成します。

Create を呼び出すと,実行時に TCustomRichEdit のインスタンスを作成できます。設計時にフォームに追加された書式付き編集コントロールは自動的に作成されます。

AOwner は,Owner プロパティの値になるコンポーネント(通常はフォーム)です。

関連項目