API:Vcl.ComCtrls.TCustomRichEdit.GetSelText

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

Delphi

function GetSelText: string; override;

C++

virtual System::UnicodeString __fastcall GetSelText();

プロパティ

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

説明

SelText プロパティを返します。

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

SelText プロパティを返します。

GetSelText は,SelText プロパティ用のプロパティアクセスメソッドです。GetSelText は Protected メソッドとして定義されているので,TCustomEdit の派生オブジェクトは SelText プロパティの実装をカスタマイズできます。

関連項目