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

Comparing ibx/trunk/design/ibdataseteditor.pas (file contents):
Revision 208 by tony, Thu Jan 18 14:37:40 2018 UTC vs.
Revision 209 by tony, Wed Mar 14 12:48:51 2018 UTC

# Line 33 | Line 33 | interface
33   uses
34    Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ComCtrls,
35    StdCtrls, ExtCtrls, IBSQLEditFrame, IBCustomDataSet,
36 <  IBDatabase, IBLookupComboEditBox, IBDynamicGrid, Types;
36 >  IBDatabase, IBLookupComboEditBox, IBDynamicGrid;
37  
38   type
39  
# Line 138 | Line 138 | end;
138   { TIBDataSetEditorForm }
139  
140   procedure TIBDataSetEditorForm.FormShow(Sender: TObject);
141 var TableName: string;
141   begin
142    PageControl.ActivePage := FieldsPage;
143    FModifySQL.Assign(FDataSet.ModifySQL);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines