Skip to content

TStreamAdapter.Stat

Return statistical data about the stream

Declaration

Source position: classesh.inc line 1332

public 
  function Stat(out statstg: TStatStg; grfStatFlag: DWORD) : HRESULT
               ;  Virtual;

Description

Stat implements #rtl.types.IStream.Stat .

Errors

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

See also

Name Description
#rtl.types.IStream.Stat return information about the stream.