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

TStream.WriteResourceHeader

Write resource header to the stream

Declaration

Source position: classesh.inc line 606

public procedure TStream.WriteResourceHeader(

  const ResName: String;

  var FixupInfo: Integer

);

Description

WriteResourceHeaderwrites a resource-file header for a resource called ResName. It returns in FixupInfothe argument that should be passed on to TStream.FixupResourceHeader.

WriteResourceHeadershould not be used directly. It is called by the TStream.WriteComponentResand TStream.WriteDescendentResmethods.

See also

TStream.FixupResourceHeader

  

Not implemented in FPC

TStream.WriteComponentRes

  

Write resource header and component data to a stream

TStream.WriteDescendentRes

  

Write resource header and component data to a stream, relative to an ancestor