Vcl.ComCtrls.TCustomRichEdit.SelectionChange

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

Delphi

procedure SelectionChange; dynamic;

C++

DYNAMIC void __fastcall SelectionChange();

プロパティ

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

説明

選択変更イベントのディスパッチャです。

SelectionChange メソッドは OnSelectionChange イベントハンドラを呼び出すだけです。SelectionChange は,派生クラスが選択範囲の変更に関する Windows メッセージの処理を変更できるように,プロテクトメソッドとして定義されています。SelectionChange をオーバーライドするときには,OnSelectionChange イベントハンドラの呼び出しを指定します。

関連項目