RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomEdit.Change Method

Generates an OnChange event.

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

Applications do not call the Change method directly. It is triggered automatically by Windows events. Change is exposed as a protected method so that derived classes can make additional responses when the text changes beyond invoking the OnChange event handler. If Derived classes that override the Change method do not call the inherited method, the OnChange event handler will not be called. 

 

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