RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBImage.ExecuteAction Method

Responds to actions that execute with the TDBImage as target.

Pascal
function ExecuteAction(Action: TBasicAction): Boolean; override;
C++
virtual __fastcall Boolean ExecuteAction(TBasicAction Action);

ExecuteAction is called automatically when the user invokes an action with the TDBImage as a target. The Action parameter specifies the action that was invoked. ExecuteAction returns trueif the action was successfully dispatched, and false if the TDBImage could not handle the action. 

 

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