[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'DBCtrls' (#lcl)

TDBRadioGroup.ExecuteAction

Implements support for standard actions in the control.

Declaration

Source position: dbctrls.pp line 595

public function TDBRadioGroup.ExecuteAction(

  AAction: TBasicAction

):Boolean; override;

Arguments

AAction

  

Action examined and executed in the method.

Function result

True when the action was executed in the method.

Description

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.

See also

TDBRadioGroup.UpdateAction

  

Updates the specified action to reflect the current state in the linked dataset.

TDataLink.ExecuteAction

TBasicAction

TComponent.ExecuteAction


Version 4.0 Generated 2025-05-03 Home