# | 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); |
# | Line 0 | Line 1 | |
---|---|---|
1 | + | native |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |