Vcl.ComCtrls.TCustomRichEdit.SetSelLength

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

Delphi

procedure SetSelLength(Value: Integer); override;

C++

virtual void __fastcall SetSelLength(int Value);

プロパティ

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

説明

SelLength プロパティを設定します。

SetSelLength メソッドは継承メソッドをオーバーライドして,書式付き編集ウィンドウの SelLength プロパティを実装します。また,SetSelLength は編集コントロールのウィンドウに EM_EXSETSEL メッセージを送り,SelStart で始まり SelStart + Value で終わる選択範囲を指定します。

関連項目