TCDTrkCurrentConnection
Return to Introduction  Previous page  Next page
Returns information about the current connection

Delphi (TrkIntf.pas)

procedure TrkCurrentConnection( 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 TCDTrkCurrentConnection( const pConnection, pUsername: PChar; var Connected: Boolean ); stdcall;  
 

 


© 1995-2011 Quality Software Components Ltd