368 |
|
IBModifySQLEditor,IBDeleteSQLEditor,IBRefreshSQLEditor, |
369 |
|
IBInsertSQLEditor, IBGeneratorEditor, IBUpdateSQLEditor, IBDataSetEditor, |
370 |
|
IBSQLEditor, ibserviceeditor, LCLVersion, IBDynamicGrid, IBLookupComboEditBox, |
371 |
< |
IBTreeView; |
371 |
> |
IBTreeView, DBControlGrid; |
372 |
|
|
373 |
|
|
374 |
|
|
395 |
|
TIBLogService, TIBSecurityService, TIBServerProperties]); |
396 |
|
|
397 |
|
|
398 |
< |
RegisterComponents(IBPalette3,[TIBLookupComboEditBox,TIBDynamicGrid,TIBTreeView]); |
398 |
> |
RegisterComponents(IBPalette3,[TIBLookupComboEditBox,TIBDynamicGrid,TIBTreeView,TDBControlGrid]); |
399 |
|
RegisterPropertyEditor(TypeInfo(TIBFileName), TIBDatabase, 'DatabaseName', TIBFileNameProperty); {do not localize} |
400 |
|
RegisterPropertyEditor(TypeInfo(string), TIBStoredProc, 'StoredProcName', TIBStoredProcNameProperty); {do not localize} |
401 |
|
RegisterPropertyEditor(TypeInfo(TParams), TIBStoredProc, 'Params', TIBStoredProcParamsProperty); |