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