ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/arrays/2Darray/Unit1.pas
(Generate patch)

Comparing ibx/trunk/examples/arrays/2Darray/Unit1.pas (file contents):
Revision 142 by tony, Tue Dec 6 10:33:46 2016 UTC vs.
Revision 143 by tony, Fri Feb 23 12:11:21 2018 UTC

# Line 96 | Line 96 | end;
96  
97   procedure TForm1.FormCreate(Sender: TObject);
98   begin
99 <  {$IFDEF LOCALDATABASE}
100 <  IBDatabase1.DatabaseName := GetTempDir + sDatabaseName
101 <  {$else}
99 >  {$IFNDEF LOCALDATABASE}
100    IBDatabase1.DatabaseName := sDatabaseName
101    {$ENDIF}
102   end;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines