API:Vcl.ComCtrls.TCustomRichEdit.GetSelStart

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

Delphi

function GetSelStart: Integer; override;

C++

virtual int __fastcall GetSelStart();

プロパティ

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

説明

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

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

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

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

GetSelStart は編集コントロールのウィンドウに EM_GETSEL メッセージを送り,開始位置を返します。

関連項目