RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBEdit.Change Method

Responds when the text is modified.

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

Applications cannot call this protected method directly: It is triggered automatically by Windows' events.  

Change responds to changes in the text by internally keeping track of the fact that the text has been modified. This information can then be used to know whether there are any changes to post to the dataset or to remove if the user requests a reset.  

Additionally, Change calls the inherited method, which generates an OnChange event. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!