Adds data to the internal storage for the Indy buffer.
Parameters |
Description |
ABytes |
Values to be added to the Indy buffer. |
Write is an overloaded procedure used to append the values specified in ABytes to the end of any existing data in the internal storage for the Indy buffer.
Write checks the size of the internal storage for the buffer to ensure that writing the requested number of Bytes will not result in an internal storage area too large for the host platform or operating system.
Write calls CopyTIdBytes to perform the copy operation from ABytes to Bytes.
Exceptions |
Description |
With RSTooMuchDataInBuffer when the requested number of bytes will result in an internal storage area too large for the host platform or operating system. |
Write
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. |