Delphi (TCDirectIntf.pas)
| function VcsDeleteConnection( Name: String; var Msg: String ): Boolean;
|
Parameters
|
Name
|
Description
|
|
Name
|
The name of the connection to delete.
|
|
Msg (out)
|
Returns any error message that might have occurred if the result is False
|
Return Value
True if successful. If an error occurs, the string describing the error is returned in Msg.
Exported
| function TCDVcsDeleteConnection( pName: PChar; const pMsg: PChar ): Boolean; stdcall;
|
© 1995-2011 Quality Software Components Ltd