ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/design/ibupdatesqleditor.pas
(Generate patch)

Comparing ibx/trunk/design/ibupdatesqleditor.pas (file contents):
Revision 104 by tony, Mon Jan 1 11:31:10 2018 UTC vs.
Revision 105 by tony, Thu Jan 18 14:37:32 2018 UTC

# Line 43 | Line 43 | type
43      FieldNamesGrid: TIBDynamicGrid;
44      GenerateParams: TCheckBox;
45      IBSQLEditFrame1: TIBSQLEditFrame;
46 +    IdentityGrid: TIBDynamicGrid;
47      IncludeSysTables: TCheckBox;
48 +    Label5: TLabel;
49 +    Label6: TLabel;
50      PrimaryKeysGrid: TIBDynamicGrid;
51 +    ReadOnlyGrid: TIBDynamicGrid;
52      SelectSelectAll: TCheckBox;
53      SelectTableNames: TIBLookupComboEditBox;
54      TestBtn: TButton;
# Line 243 | Line 247 | begin
247        FieldNamesGrid.DataSource := IBSQLEditFrame1.FieldsSource;
248      if PrimaryKeysGrid <> nil then
249        PrimaryKeysGrid.DataSource := IBSQLEditFrame1.PrimaryKeySource;
250 +    if IdentityGrid <> nil then
251 +      IdentityGrid.DataSource := IBSQLEditFrame1.IdentityColsSource;
252 +    if ReadOnlyGrid <> nil then
253 +      ReadOnlyGrid.DataSource := IBSQLEditFrame1.ReadOnlyFieldsSource;
254    end;
255   end;
256  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines