Name Result Description Code Params Examples
Connect -
procedure Connect(IP, Port: string); override;
There are no arguments Examples not found You need to register to view the code example.
Listen -
procedure Listen; override;
There are no arguments Examples not found You need to register to view the code example.
WaitingData Integer
function WaitingData: Integer; override;
There are no arguments Examples not found You need to register to view the code example.
SendBuffer Integer
function SendBuffer(Buffer: pointer; Len: integer): Integer; override;
There are no arguments Examples not found You need to register to view the code example.
Accept Integer
function Accept: Integer; override;
There are no arguments Examples not found You need to register to view the code example.
RecvBuffer Integer
function RecvBuffer(Buffer: pointer; Len: integer; Timeout: integer): Integer; virtual;
There are no arguments Examples not found You need to register to view the code example.
SendByte -
procedure SendByte(Data: byte); virtual;
There are no arguments Examples not found You need to register to view the code example.
RecvByte Byte
function RecvByte(Timeout: integer): Byte; virtual;
There are no arguments Examples not found You need to register to view the code example.
SendString -
procedure SendString(Data: ansistring); virtual;
There are no arguments Examples not found You need to register to view the code example.
SendInteger -
procedure SendInteger(Data: integer); virtual;
There are no arguments Examples not found You need to register to view the code example.
Create - Class constructor
constructor Create;
There are no arguments Examples not found You need to register to view the code example.
CloseSocket -
procedure CloseSocket; override;
There are no arguments Examples not found You need to register to view the code example.
RecvString AnsiString
function RecvString(Timeout: integer): AnsiString; virtual;
There are no arguments Examples not found You need to register to view the code example.
RecvInteger Integer
function RecvInteger(Timeout: integer): Integer;
There are no arguments Examples not found You need to register to view the code example.
LastError Integer
property LastError: Integer;
There are no arguments Examples not found You need to register to view the code example.
Destroy - Class destructor
destructor Destroy; override;
There are no arguments Examples not found You need to register to view the code example.