Vcl.ComCtrls.TCustomRichEdit.SetSelStart

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

Delphi

procedure SetSelStart(Value: Integer); override;

C++

virtual void __fastcall SetSelStart(int Value);

プロパティ

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

説明

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

SetSelStart メソッドは継承メソッドをオーバーライドして,書式付き編集ウィンドウの SelStart プロパティを実装します。SetSelLength は編集コントロールのウィンドウに EM_EXSETSEL メッセージを送り,Value で指定される位置にカーソルを移動します。

関連項目