RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomTcpServer.BlockMode Property

Sets or returns the blocking mode of the socket.

Pascal
property BlockMode: TServerSocketBlockMode;
C++
__property TServerSocketBlockMode 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!