DeselectAllActionExecute method

Applies to
TGUITestRunner

Declaration
Procedure DeselectAllActionExecute(Sender: TObject);

Implementation

procedure TGUITestRunner.DeselectAllActionExecute(Sender: TObject);
begin
  inherited;
  ApplyToTests(TestTree.Selected, DisableTest);
  UpdateStatus;
End;


HTML generated by Time2HELP
http://www.time2help.com