EhLib
|
Invokes an action with the TCustomDBEditEh as its target.
function ExecuteAction(Action: TBasicAction): Boolean; override;
ExecuteAction is called automatically when the user invokes an action with the TCustomDBEditEh as a target. The Action parameter specifies the action that was invoked. ExecuteAction returns True if the action was successfully dispatched, and False if the TCustomDBEditEh could not handle the action.
Copyright (c) 1998-2013. All rights reserved.
|
What do you think about this topic? Send feedback!
|