|
RAD Studio VCL Reference
|
Writes Count bytes from Buf to the writer object's associated stream.
procedure Write(const Buf; Count: Longint);
__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.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|