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

Comparing ibx/trunk/examples/dbcontrolgrid/unit1.lfm (file contents):
Revision 111 by tony, Thu Jan 18 14:37:29 2018 UTC vs.
Revision 112 by tony, Thu Jan 18 14:37:55 2018 UTC

# Line 1 | Line 1
1   object Form1: TForm1
2 <  Left = 166
2 >  Left = 613
3    Height = 575
4 <  Top = 232
4 >  Top = 199
5    Width = 1026
6    Caption = 'Employee List'
7    ClientHeight = 575
# Line 417 | Line 417 | object Form1: TForm1
417      Text = 'None Specified'
418    end
419    object IBDatabase1: TIBDatabase
420 <    Connected = False
420 >    Connected = True
421      CreateIfNotExists = False
422      AllowStreamedConnected = False
423      DatabaseName = 'localhost:employee'
# Line 534 | Line 534 | object Form1: TForm1
534      AllowAutoActivateTransaction = False
535      Database = IBDatabase1
536      Transaction = IBTransaction1
537 +    ForcedRefresh = True
538      AfterDelete = EmployeesAfterDelete
539      AfterEdit = EmployeesAfterDelete
540      AfterInsert = EmployeesAfterInsert

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines