[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Provides support for TBasicAction in the control.
Source position: dbctrls.pp line 1109
public function TDBGroupBox.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 TDBGroupBox. 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 |