FormCreate method

Applies to
TDUnitDialog

Declaration
Procedure FormCreate(Sender: TObject);

Implementation

procedure TDUnitDialog.FormCreate(Sender: TObject);
begin
  inherited;
  TestTree.Items.Clear;
  EnableUI(false);
  FTestResult := TTestResult.Create;
  Setup;
End;


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