mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-10 00:08:43 +02:00
* Made GetConnectionDef Public
git-svn-id: trunk@8077 -
This commit is contained in:
parent
ce1df155fd
commit
b3ac071c8c
@ -395,6 +395,7 @@ type
|
||||
Procedure RegisterConnection(Def : TConnectionDefClass);
|
||||
Procedure UnRegisterConnection(Def : TConnectionDefClass);
|
||||
Procedure UnRegisterConnection(ConnectionName : String);
|
||||
Function GetConnectionDef(ConnectorName : String) : TConnectionDef;
|
||||
Procedure GetConnectionList(List : TSTrings);
|
||||
|
||||
implementation
|
||||
|
Loading…
Reference in New Issue
Block a user