mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 00:59:08 +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 RegisterConnection(Def : TConnectionDefClass);
|
||||||
Procedure UnRegisterConnection(Def : TConnectionDefClass);
|
Procedure UnRegisterConnection(Def : TConnectionDefClass);
|
||||||
Procedure UnRegisterConnection(ConnectionName : String);
|
Procedure UnRegisterConnection(ConnectionName : String);
|
||||||
|
Function GetConnectionDef(ConnectorName : String) : TConnectionDef;
|
||||||
Procedure GetConnectionList(List : TSTrings);
|
Procedure GetConnectionList(List : TSTrings);
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
Loading…
Reference in New Issue
Block a user