Function TCSetPGrp (Fd,Id:longint) : boolean;
;
TCSetPGrp Sets the Process Group Id to Id.
The function returns True if the call was successful, False otherwise.
Errors are returned in LinuxError. TCGetPGrp, termios (2)
For an example, see TCGetPGrp.