Vcl.StdCtrls.TCustomEdit.GetSelText

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

Delphi

function GetSelText: string; virtual;

C++

virtual System::UnicodeString __fastcall GetSelText();

プロパティ

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

説明

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

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

関連項目