[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Implements support for standard actions in the control.
Source position: dbctrls.pp line 298
public function TDBText.ExecuteAction( |
AAction: TBasicAction |
):Boolean; override; |
AAction |
|
Standard action examined in the method. |
Returns True when the standard action was executed for the control.
ExecuteAction is an overridden Boolean function used to implement support for TBasicAction in the control. ExecuteAction extends the inherited method by using the internal field data link (when assigned) to perform the requested action.
AAction is the TBasicAction instance examined and potentially executed in the method.
The return value for the method is True when the action in AAction was executed for the control.
|
Updates the specified action to reflect the current state in the linked dataset. |
|
Version 4.0 | Generated 2025-05-03 | Home |