System.Win.ScktComp.TErrorEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TErrorEvent = (eeGeneral, eeSend, eeReceive, eeConnect, eeDisconnect, eeAccept, eeLookup);

C++

enum DECLSPEC_DENUM TErrorEvent : unsigned char { eeGeneral, eeSend, eeReceive, eeConnect, eeDisconnect, eeAccept, eeLookup };

Properties

Type Visibility Source Unit Parent
enum public
System.Win.ScktComp.pas
System.Win.ScktComp.hpp
System.Win.ScktComp System.Win.ScktComp

Description

Represents the error type.

TErrorEvent describes where the error occurred. Errors that do not belong to the eeSend, eeReceive, eeConnect, eeDisconnect, eeAccept, and eeLookup categories are marked as eeGeneral.