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 プロパティを返します。 {{#multireplace:Vcl.ComCtrls.TCustomRichEdit.GetSelText|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} は {{#multireplace:Vcl.StdCtrls.TCustomEdit.GetSelText|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を継承しています。以下の内容はすべて {{#multireplace:Vcl.StdCtrls.TCustomEdit.GetSelText|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を参照しています。

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

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

関連項目