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 プロパティを返します。

GetSelText メソッドは継承メソッドをオーバーライドして,書式付き編集ウィンドウの SelText プロパティを実装します。また,GetSelText は書式付き編集コントロールのウィンドウに EM_GETSELTEXT メッセージを送ります。

関連項目