SubclassingExceptionRenderer.dpr

<< Click to Display Table of Contents >>

Navigation:  Demos > XIV > Delphi > CustomizingExceptions > SubclassingExceptionRenderer >

SubclassingExceptionRenderer.dpr

program SubclassingExceptionRenderer;

 

uses

 Forms,

 IWStart,

 UTF8ContentParser,

 Unit8 in 'Unit8.pas' {IWForm8: TIWAppForm},

 ServerController in 'ServerController.pas' {IWServerController: TIWServerControllerBase},

 UserSessionUnit in 'UserSessionUnit.pas' {IWUserSession: TIWUserSessionBase},

 MyExceptionRenderer in 'MyExceptionRenderer.pas';

 

{$R *.res}

 

begin

 TIWStart.Execute(True);

end.