Provides support for TBasicAction in the control.
Source position: dbctrls.pp line 210
public function TDBEdit.ExecuteAction( |
AAction: TBasicAction |
):Boolean; override; |
AAction |
|
Action examined and executed in the method. |
True if the action was executed in the method.
ExecuteAction is an overridden method in TDBEdit. It calls the inherited method, and when the action is not handled in the ancestor, executes AAction using the ExecuteAction method in the internal TFieldDataLink instance in the class.
The return value is True if the action was executed in the method.
TComponent.ExecuteAction |
TBasicAction |