RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomForm.UpdateActions Method

Updates all actions associated with the form.

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

UpdateActions is called automatically when the application is idle to allow all components in the form an opportunity to update any actions for which the component is a target. This allows actions to be checked, grayed, and so on to reflect the current state of their targets. 

UpdateActions updates all actions associated with the form, its menus, and the components contained in the form. 

 

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