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

TStreamAdapter.Write

Write to the stream

Declaration

Source position: classesh.inc line 958

public function TStreamAdapter.Write(

  pv: Pointer;

  cb: DWORD;

  pcbWritten: PDWord

):HRESULT; virtual;

Description

Write implements IStream.Write by writing to the stream specified at creation.

Errors

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

See also

IStream.Write

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