mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 21:39:21 +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
|
// FCL components
|
||||||
RegisterComponents('System','Process',[TProcess]);
|
RegisterComponents('System','Process',[TProcess]);
|
||||||
RegisterComponents('Data Access','Db',[TDatasource,TDatabase]);
|
RegisterComponents('Data Access','Db',[TDatasource]);
|
||||||
|
|
||||||
// Interbase Data Access
|
// Interbase Data Access
|
||||||
{$IFDEF INTERBASE}
|
{$IFDEF INTERBASE}
|
||||||
|
@ -52,7 +52,7 @@ end;
|
|||||||
|
|
||||||
procedure RegisterDB;
|
procedure RegisterDB;
|
||||||
begin
|
begin
|
||||||
RegisterComponents('Data Access',[TDatasource,TDatabase]);
|
RegisterComponents('Data Access',[TDatasource]);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure Register;
|
procedure Register;
|
||||||
|
Loading…
Reference in New Issue
Block a user