Midware TClientWSocket.OnOverflow
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.
Occurs when the input buffer is overflowed and can't be enlarged.