RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWriter.Write Method

Writes Count bytes from Buf to the writer object's associated stream.

Pascal
procedure Write(const Buf; Count: Longint);
C++
__fastcall Write(const  Buf, Longint Count);

Do not call Write directly. It is used internally to write data to the stream. Many other writer methods call Write, usually after setting pertinent values or verifying data types. 

 

ObjectBinaryToText

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!