RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFilterComboBox.Change Method

Generates an OnChange event.

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

Change is called automatically in response to notifications that the text has changed. It responds by generating an OnChange event. Override this method to add additional processing when the text changes, or to block the OnChange event. 

 

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