Delphi (TCDirectIntf.pas)
| procedure VcsCurrentConnection( var Connection, Username: String; var Connected: Boolean );
|
Parameters
|
Name
|
Description
|
|
Connection
|
Will contain the name of the current connection when the call returns
|
|
Username
|
Will contain the current Username when the call returns
|
|
Connected
|
Indicates the status of the connection.
|
Return Value
None
Exported
| procedure TCDVcsCurrentConnection( const pConnection, pUsername: PChar; var Connected: Boolean ); stdcall;
|
|
|
© 1995-2011 Quality Software Components Ltd