[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Classes' (#rtl)

TStreamAdapter.Read

Read from the stream.

Declaration

Source position: classesh.inc line 957

public function TStreamAdapter.Read(

  pv: Pointer;

  cb: DWORD;

  pcbRead: PDWord

):HRESULT; virtual;

Description

Read implements IStream.Read by reading from the stream specified at creation.

Errors

This function must be overridden and will raise a runerror 217 when called directly.

See also

IStream.Read

The latest version of this document can be found at lazarus-ccr.sourceforge.net.