SelectAllActionExecute method

Applies to
TGUITestRunner

Declaration
Procedure SelectAllActionExecute(Sender: TObject);

Implementation

procedure TGUITestRunner.SelectAllActionExecute(Sender: TObject);
begin
  inherited;
  ApplyToTests(TestTree.Selected, EnableTest);
  SetNodeState(TestTree.Selected, true);
  UpdateStatus;
End;


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