Indy 9
|
Remove will raise an EIdNotEnoughDataInBuffer exception when AByteCount is larger than the Size of Memory in TIdBuffer.
Removes triggers the protected OnBytesRemoved event handler, when assigned, after data has been removed from the Memory in TIdBuffer.
Note: Data in Memory should be handled in the manner appropriate to the application prior to calling Remove.