RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActionClientItem.InitiateAction Method

Updates the action associated with the action client item.

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

InitiateAction is used by the application to update the action periodically, so that the visible button or menu item accurately reflects the internal state of the program. To learn more about what happens when InitiateAction is called, see the documentation for TControl's InitiateAction method, which is a very similar method. 

 

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