368 |
|
IBModifySQLEditor,IBDeleteSQLEditor,IBRefreshSQLEditor, |
369 |
|
IBInsertSQLEditor, IBGeneratorEditor, IBUpdateSQLEditor, IBDataSetEditor, |
370 |
|
IBSQLEditor, ibserviceeditor, LCLVersion, IBDynamicGrid, IBLookupComboEditBox, |
371 |
< |
IBTreeView, DBControlGrid; |
371 |
> |
IBTreeView, DBControlGrid, ibxscript, IBLocalDBSupport; |
372 |
|
|
373 |
|
|
374 |
|
|
380 |
|
Exit; |
381 |
|
end; |
382 |
|
|
383 |
< |
RegisterNoIcon([TIBStringField, TIBBCDField]); |
383 |
> |
RegisterNoIcon([TIBStringField, TIBBCDField, TIBMemoField]); |
384 |
|
{$if lcl_fullversion < 01010000} |
385 |
|
{see http://bugs.freepascal.org/view.php?id=19035 } |
386 |
|
RegisterNoIcon([TIntegerField]); |
388 |
|
RegisterComponents(IBPalette1, [ TIBQuery, TIBDataSet, |
389 |
|
TIBDatabase, TIBTransaction, TIBUpdateSQL, TIBEvents, |
390 |
|
TIBSQL, TIBDatabaseInfo, TIBSQLMonitor, |
391 |
< |
TIBStoredProc,TIBBatchMove, TIBTable,TIBExtract]); |
391 |
> |
TIBStoredProc,TIBBatchMove, TIBTable,TIBExtract, TIBXScript, TIBLocalDBSupport]); |
392 |
|
if IBServiceAPIPresent then |
393 |
|
RegisterComponents(IBPalette2, [TIBConfigService, TIBBackupService, |
394 |
|
TIBRestoreService, TIBValidationService, TIBStatisticalService, |