Internet Direct (Indy)
Home
PreviousUpNext
TIdIOHandler.LargeStream Property

Indicates byte counts read from or written to the IOHandler should use a 64-bit data type.

Pascal
property LargeStream: Boolean;

LargeStream is a Boolean property that indicates byte counts read from or written to the IOHandler should use a 64-bit data type. The default value for LargeStream is False, as assigned during initialization of the component. 

Set the value in LargeStream to True if stream read and write operations should use the Int64 data type when reading or writing byte counts in the Read and Write methods.

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.