Skip to content

TStreamAdapter.Write

Write to the stream

Declaration

Source position: classesh.inc line 1324

public 
  function Write(pv: Pointer; cb: DWORD; pcbWritten: PDWord) : HRESULT
                ;  Virtual;

Description

Write implements #rtl.types.ISequentialStream.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

Name Description
#rtl.types.ISequentialStream.Write Write data to the stream