[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Updates the state for the specified action.
Source position: dbctrls.pp line 683
public function TDBCheckBox.UpdateAction( |
AAction: TBasicAction |
):Boolean; override; |
AAction |
|
Action examined and updated in the method. |
True when the action is supported and updated in the method.
UpdateAction is overridden in TDBCheckBox, and checks the action specified in AAction to ensure that the current control is a target for the action.
UpdateAction calls the inherited method to determine if the control is a target for the action. If it is not handled (or updated), the internal TFieldDataLink instance calls its UpdateAction method. The action is supported when the DataSource is the target for the action.
No actions are performed in the method, and the return value is False, when the field data link has not been assigned. The return value is True when the action is supported for the control, and successfully updated in the method.
|
Provides access to the dataset with content for the control. |
|
|
The Action associated with the control. |
|
Version 4.0 | Generated 2025-05-03 | Home |