Vcl.DBCtrls.TCustomDBLookupComboBox.ExecuteAction

From RAD Studio API Documentation
Jump to: navigation, search

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.

Vcl.DBCtrls.TCustomDBLookupComboBox.ExecuteAction inherits from Vcl.DBCtrls.TDBLookupControl.ExecuteAction. All content below this line refers to Vcl.DBCtrls.TDBLookupControl.ExecuteAction.

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.

See Also