System.Net.Socket.TFDSet.Clear
Delphi
procedure Clear(const ASocket: TSocket); overload;
C++
void __fastcall Clear(TSocket* const ASocket)/* overload */;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | System.Net.Socket.pas System.Net.Socket.hpp |
System.Net.Socket | TFDSet |
Description
Removes the specified socket from the fd_set structure.
Exceptions
A call to Clear can raise any of the following exceptions:
Exception | Exception.Message | Scenarios |
---|---|---|
Invalid socket handle |
|
See Also
- fd_set (MSDN)