[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Write resource header to the stream
Source position: classesh.inc line 962
public procedure TStream.WriteResourceHeader( |
const ResName: string; |
var FixupInfo: LongInt |
); |
WriteResourceHeader writes a resource-file header for a resource called ResName. It returns in FixupInfo the argument that should be passed on to TStream.FixupResourceHeader.
WriteResourceHeader should not be used directly. It is called by the TStream.WriteComponentRes and TStream.WriteDescendantRes methods.
|
Not implemented in FPC |
|
|
Write resource header and component data to a stream |
|
TStream.WriteDescendantRes |
|
Write resource header and component data to a stream, relative to an ancestor |