Midware TClientWSocket.OnOverflow

From Overbyte
Jump to navigation Jump to search

Main page -> Midware component reference -> TClientWSocket -> OnOverflow

Definition

<syntaxhighlight lang="delphi"> type TOverflowEvent = procedure (Sender : TObject; var CanAbort : Boolean) of object;

property OnOverflow : TOverflowEvent; </syntaxhighlight>

Description

Triggered when the input buffer is overflowed and can't be enlarged. Default action is to abort the connection. Overflow may occurs when the is no more memory available.