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

Comparing ibx/trunk/design/IBDBReg.pas (file contents):
Revision 38 by tony, Mon Feb 15 14:44:25 2016 UTC vs.
Revision 39 by tony, Tue May 17 08:14:52 2016 UTC

# Line 368 | Line 368 | uses IB, IBQuery, IBStoredProc, IBCustom
368       IBModifySQLEditor,IBDeleteSQLEditor,IBRefreshSQLEditor,
369       IBInsertSQLEditor, IBGeneratorEditor, IBUpdateSQLEditor, IBDataSetEditor,
370       IBSQLEditor, ibserviceeditor, LCLVersion, IBDynamicGrid, IBLookupComboEditBox,
371 <     IBTreeView, DBControlGrid, ibxscript, IBLocalDBSupport;
371 >     IBTreeView, DBControlGrid, ibxscript, IBLocalDBSupport, IBDSDialogs;
372  
373  
374  
# Line 438 | Line 438 | begin
438    RegisterPropertyEditor(TypeInfo(string), TIBTreeView, 'ParentField', TIBTreeViewFieldProperty);
439    RegisterPropertyEditor(TypeInfo(string), TIBTreeView, 'HasChildField', TIBTreeViewFieldProperty);
440  
441 +  IBGUIInterface :=  TIBDSLCLInterface.Create;
442   end;
443  
444   procedure LoadDataSourceFields(DataSource: TDataSource; List: TStrings);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines