Vcl.ComCtrls.TCustomRichEdit.SetSelText

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

Delphi

procedure SetSelText(const Value: string); override;

C++

virtual void __fastcall SetSelText(const System::UnicodeString Value);

プロパティ

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

説明

SelText プロパティを設定します。

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

SelText プロパティを設定します。

SetSelText は、SelText プロパティへのアクセス メソッドです。

関連項目

コード例