Topic Path: Pending > TIdBuffer.Write@TIdBytes
ContentsIndexHome
PreviousUpNext
TIdBuffer.Write@TIdBytes

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 

CopyTIdBytes

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.