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

GetSelStart メソッドは継承メソッドをオーバーライドして,書式付き編集ウィンドウの SelStart プロパティを実装します。GetSelLength は編集コントロールのウィンドウに EM_EXGETSEL メッセージを送り,開始位置を返します。

関連項目