Updates the specified action using the DataLink for the grid control.
Source position: dbgrids.pas line 554
public function TCustomDBGrid.UpdateAction( |
AAction: TBasicAction |
):Boolean; override; |
AAction |
|
Action updated in the method. |
True if DataLink is assigned, and the action was updated in the method.
TComponent.UpdateAction |