next up previous contents index
Next: Connect Up: Functions and Procedures Previous: Bind

Bind

   

Declaration:

Function Bind (Sock:longint;const addr:string) : boolean;

Description:

This is an alternate form of the Bind command. This form of the Bind command is equivalent to subsequently calling Str2UnixSockAddr and the regular Bind function.

The function returns True if successfull, False otherwise.

Errors:

Errors are those of the regular Bind command.

See also:

Bind



Michael Van Canneyt
Thu Sep 10 13:59:33 CEST 1998