Exception raised TIdIOHandler when writing a stream in TIdIOHandler that requires a 64-bit size not supported in the IOHandler.
EIdIoHandlerRequiresLargeStream = class(EIdIoHandler);
EIdIoHandlerRequiresLargeStream is an EIdIoHandler descendant that is the exception raised in TIdIOHandler when the Write method is called using a stream instance that cannot handle the 64-bit size required for the write operation.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |