[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Executes the specified action in the DataLink for the grid control.
Source position: dbgrids.pas line 553
public function TCustomDBGrid.ExecuteAction( |
AAction: TBasicAction |
):Boolean; override; |
AAction |
|
Action executed in the method. |
True DataLink is assigned, and the action was executed.
TComponent.ExecuteAction |