RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseSocket.BlockMode Property

Sets or returns the blocking mode of the socket.

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

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

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!