Midware TClientWSocket.OnOverflow

From Overbyte
Revision as of 08:03, 5 May 2011 by Marie (talk | contribs) (Created page with ' Main page -> Midware component reference -> TClientWSocket -> [[Midware_TClientWSocket.OnOverflow | …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.