[Overview][Classes][Procedures and functions][Index] |
Updates the action when it handles the specified operation.
Source position: dbextctrls.pp line 59
public function TDBDateEdit.UpdateAction( |
AAction: TBasicAction |
):Boolean; override; |
AAction |
|
Action to perform. |
True if the action is successfully handled.
UpdateAction is an overridden Boolean function which implements support for using TBasicAction to update the value in the control from its dataset. UpdateAction calls the inherited method using the value in AAction. If the action is not handled in the ancestor, DataLink is used (when assigned) to perform its UpdateAction method with the specified action value. The return value is True if the action is handled by the ancestor or DataLink.
Version 4.0 | Generated 2025-05-03 | Home |