RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBasicActionLink.Update Method

Invokes the action's Update method.

Pascal
function Update: Boolean; virtual;
C++
virtual __fastcall Boolean Update();

Update calls the action's Update method and returns true if the action has an assigned OnUpdate event handler, false otherwise. The action link's Update method is called if the client is linked to the action for this event. 

 

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