RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTcpServer.BlockMode Property

Sets or returns the blocking mode of the socket.

Pascal
property BlockMode: TSocketBlockMode;
C++
__property TServerSocketBlockMode BlockMode;__property TSocketBlockMode BlockMode;

Use BlockMode to set or return the blocking mode for the socket. By default, the socket is set to bmThreadBlocking.  

The TServerSocketBlockMode type defines the set of possible socket flags for the BlockMode property. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!