RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomRichEdit.SelectionChange Method

Selection change event dispatcher.

Pascal
procedure SelectionChange; dynamic;
C++
__fastcall SelectionChange();

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!