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

Comparing ibx/trunk/examples/local-employeedb/ConsoleModeExample.lpr (file contents):
Revision 87 by tony, Tue Dec 6 10:33:46 2016 UTC vs.
Revision 88 by tony, Mon Jan 1 11:31:29 2018 UTC

# Line 197 | Line 197 | begin
197    Application:=TMyApplication.Create(nil);
198    Application.Title:='Console Mode and TIBLocalSupport';
199    Application.Run;
200 +  {$IFDEF WINDOWS}
201 +  Readln; {Gives a chance to see the program output}
202 +  {$ENDIF}
203    Application.Free;
204   end.
205  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines