Create method

Applies to
TDUnitDialog

Declaration
Constructor Create(AOwner: TComponent);

Implementation

constructor TDUnitDialog.Create(AOwner: TComponent);
begin
  inherited Create(AOwner);
  LoadConfiguration;
  FTests := TInterfaceList.Create;
End;


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