Skip to content

TReader.Read

Read raw data from stream

Declaration

Source position: classesh.inc line 1551

public 
  procedure Read(var Buf; Count: LongInt);  Virtual;

Description

Read is introduced for Delphi compatibility to read raw data from the component stream. This should not be used in new production code as it will totally mess up the streaming.

See also

Name Description
TAbstractObjectReader.Read Read raw data from stream
TBinaryObjectReader.Read Read raw data from stream