[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Write resource header to the stream
Source position: classesh.inc line 606
public procedure TStream.WriteResourceHeader( |
const ResName: String; |
var FixupInfo: Integer |
); |
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.
|
Not implemented in FPC |
|
|
Write resource header and component data to a stream |
|
|
Write resource header and component data to a stream, relative to an ancestor |