RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBasicAction.Change Method

Generates an OnChange event.

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

Change is called automatically when the action's properties change. This method calls the OnChange event handler, if one is assigned. 

 

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