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