ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/consolemode/project1.lpr
(Generate patch)

Comparing ibx/trunk/examples/consolemode/project1.lpr (file contents):
Revision 314 by tony, Wed Mar 14 12:48:51 2018 UTC vs.
Revision 315 by tony, Thu Feb 25 11:56:36 2021 UTC

# Line 200 | Line 200 | var
200    Application: TMyApplication;
201   begin
202    Application:=TMyApplication.Create(nil);
203 <  Application.Title:='IBX In Console Mode';
203 >  Application.Title := 'IBX In Console Mode';
204    Application.Run;
205    {$IFDEF WINDOWS}
206    Readln; {Gives a chance to see the program output}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines