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; |
|