Difference between revisions of "Midware TClientWSocket.OnOverflow"

From Overbyte
Jump to navigation Jump to search
(Created page with ' Main page -> Midware component reference -> TClientWSocket -> [[Midware_TClientWSocket.OnOverflow | …')
(No difference)

Revision as of 08:03, 5 May 2011

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

Definition

 property OnOverflow: TOverflowEvent;

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.