324 |
|
IBBatchMove, DBLoginDlg, IBExtract,LResources, IBSelectSQLEditor, |
325 |
|
IBModifySQLEditor,IBDeleteSQLEditor,IBRefreshSQLEditor, |
326 |
|
IBInsertSQLEditor, IBGeneratorEditor, IBUpdateSQLEditor, IBDataSetEditor, |
327 |
< |
IBSQLEditor, ibserviceeditor; |
327 |
> |
IBSQLEditor, ibserviceeditor, LCLVersion; |
328 |
|
|
329 |
|
|
330 |
|
|
333 |
|
if not TryIBLoad then Exit; |
334 |
|
|
335 |
|
RegisterNoIcon([TIBStringField, TIBBCDField]); |
336 |
+ |
{$if lcl_fullversion < 01010000} |
337 |
+ |
{see http://bugs.freepascal.org/view.php?id=19035 } |
338 |
|
RegisterNoIcon([TIntegerField]); |
339 |
+ |
{$endif} |
340 |
|
RegisterComponents(IBPalette1, [ TIBQuery, TIBDataSet, |
341 |
|
TIBDatabase, TIBTransaction, TIBUpdateSQL, TIBEvents, |
342 |
|
TIBSQL, TIBDatabaseInfo, TIBSQLMonitor, |