Vcl.DBCtrls.TCustomDBLookupComboBox.ExecuteAction
Delphi
function ExecuteAction(Action: TBasicAction): Boolean; override;
C++
DYNAMIC bool __fastcall ExecuteAction(System::Classes::TBasicAction* Action);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | Vcl.DBCtrls.pas Vcl.DBCtrls.hpp |
Vcl.DBCtrls | TCustomDBLookupComboBox |
Description
Invokes an action with the TDBLookupControl as its target. {{#multireplace:Vcl.DBCtrls.TCustomDBLookupComboBox.ExecuteAction|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.DBCtrls.TDBLookupControl.ExecuteAction|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.DBCtrls.TDBLookupControl.ExecuteAction|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Invokes an action with the TDBLookupControl as its target.
ExecuteAction is called automatically when the user invokes an action with the TDBLookupControl as a target. The Action parameter specifies the action that was invoked. ExecuteAction returns True if the action was successfully dispatched, and False if TDBLookupControl could not handle the action.