SelectAllActionExecute method

Applies to
TDUnitDialog

Declaration
Procedure SelectAllActionExecute(Sender: TObject);

Implementation

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


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