|
RAD Studio VCL Reference
|
Invokes an action with the TDBListBox as its target.
function ExecuteAction(Action: TBasicAction): Boolean; override;
virtual __fastcall Boolean ExecuteAction(TBasicAction Action);
ExecuteAction is called automatically when the user invokes an action with the TDBListBox 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 TDBListBox could not handle the action.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|