API:Vcl.ComCtrls.TRichEdit

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

Vcl.ComCtrls.TCustomRichEditVcl.StdCtrls.TCustomMemoVcl.StdCtrls.TCustomEditVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTRichEdit

Delphi

TRichEdit = class(TCustomRichEdit)

C++

class PASCALIMPLEMENTATION TRichEdit : public TCustomRichEdit

プロパティ

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

説明

TCustomRichEdit は,TRichEdit のような書式付き編集コントロールが使用する基本型です。

Vcl.ComCtrls.TRichEdit は Vcl.ComCtrls.TCustomRichEdit を継承しています。以下の内容はすべて Vcl.ComCtrls.TCustomRichEdit を参照しています。

TCustomRichEdit は,TRichEdit のような書式付き編集コントロールが使用する基本型です。

TCustomRichEdit オブジェクトは新しいプロパティおよびメソッドを追加して,書式付きテキストを扱えるように TCustomMemo の機能を拡張します。

TCustomRichEdit のインスタンスは作成しないでください。編集コントロールに書式付きテキストを扱う機能を追加するコントロールオブジェクトを宣言するには,TCustomRichEdit を基本型として使用します。TCustomRichEdit のプロパティとメソッドは,下位クラスが継承する基本動作や,コンポーネントがその動作をカスタマイズするためにオーバーライドできる動作を提供します。

関連項目