Vcl.ComCtrls.TCustomRichEdit

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

Vcl.StdCtrls.TCustomMemoVcl.StdCtrls.TCustomEditVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomRichEdit

Delphi

TCustomRichEdit = class(TCustomMemo)

C++

class PASCALIMPLEMENTATION TCustomRichEdit : public Vcl::Stdctrls::TCustomMemo

プロパティ

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

説明

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

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

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

関連項目