RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TReader.Read Method

Reads data from the associated stream.

Pascal
procedure Read(var Buf; Count: Longint);
C++
__fastcall Read( Buf, Longint Count);

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

 

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