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 |
|
|
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); |