[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Provides support for TBasicAction in the control.
Source position: dbctrls.pp line 1201
public function TDBImage.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 TDBImge. 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.
Version 4.0 | Generated 2025-05-03 | Home |