System.Net.Socket.TFDSet.Zero

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Zero;

C++

void __fastcall Zero();

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Net.Socket.pas
System.Net.Socket.hpp
System.Net.Socket TFDSet

Description

Corresponds with the FD_ZERO macro/function.

See Also