RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCommandProperties.DoChanged Method

DoChanged triggers the OnChange event.

Pascal
procedure DoChanged; virtual;
C++
virtual __fastcall DoChanged();

DoChanged is called whenever the state of the TCommandProperties instance is changed. DoChanged simply calls the user supplied OnChange event, otherwise nothing happens. 

 

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