Function Bind (Sock:longint;const addr:string) : boolean;
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 are those of the regular Bind command.