[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Implements support for standard actions in the control.
Source position: dbctrls.pp line 595
public function TDBRadioGroup.ExecuteAction( |
AAction: TBasicAction |
):Boolean; override; |
AAction |
|
Action examined and executed in the method. |
True when the action was executed in the method.
ExecuteAction is an overridden Boolean function used to implement support for TBasicAction in the control. ExecuteAction extends the inherited method by using the DataLink (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 |