mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-08 10:59:05 +02:00
removed TDataBase component from palette
git-svn-id: trunk@4033 -
This commit is contained in:
parent
9e055dcee5
commit
d770b99a47
@ -365,7 +365,7 @@ begin
|
||||
//============================================================================
|
||||
// FCL components
|
||||
RegisterComponents('System','Process',[TProcess]);
|
||||
RegisterComponents('Data Access','Db',[TDatasource,TDatabase]);
|
||||
RegisterComponents('Data Access','Db',[TDatasource]);
|
||||
|
||||
// Interbase Data Access
|
||||
{$IFDEF INTERBASE}
|
||||
|
@ -52,7 +52,7 @@ end;
|
||||
|
||||
procedure RegisterDB;
|
||||
begin
|
||||
RegisterComponents('Data Access',[TDatasource,TDatabase]);
|
||||
RegisterComponents('Data Access',[TDatasource]);
|
||||
end;
|
||||
|
||||
procedure Register;
|
||||
|
Loading…
Reference in New Issue
Block a user