DeselectAllActionExecute method |
Applies to
TDUnitDialog
Declaration
Procedure DeselectAllActionExecute(Sender: TObject);Implementation
procedure TDUnitDialog.DeselectAllActionExecute(Sender: TObject); begin inherited; ApplyToTests(TestTree.Selected, DisableTest); UpdateStatus; End; |
|