DeselectAllActionExecute method

Applies to
TDUnitDialog

Declaration
Procedure DeselectAllActionExecute(Sender: TObject);

Implementation

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


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