RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBMemo.Change Method

Informs the data source of changes to the value of the text, before invoking the OnChange event handler.

Pascal
procedure Change; override;
C++
virtual __fastcall Change();

Applications do not call the Change method directly: it is triggered automatically by Windows events. Derived classes can override the Change method to make additional responses to changes in the Text property. Any class that overrides the Change method should call the inherited method as well. 

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