Vcl.ComCtrls.TCustomRichEdit.SelectionChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SelectionChange; dynamic;

C++

DYNAMIC void __fastcall SelectionChange();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomRichEdit

Description

Selection change event dispatcher.

SelectionChange merely calls the OnSelectionChange event handler. SelectionChange is exposed as a protected method so that derived classes can change the response to Windows messages about selection changes. When overriding SelectionChange, include a call to the OnSelectionChange event handler.

See Also