RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStream.WriteResourceHeader Method

Writes a resource-file header to the stream.

Pascal
procedure WriteResourceHeader(const ResName: string; out FixupInfo: Integer);
C++
__fastcall WriteResourceHeader(const AnsiString ResName, int FixupInfo);

Do not call WriteResourceHeader, it is used internally. The WriteDescendentRes method calls WriteResourceHeader before writing a component to the stream. This method writes the resource-file header, using the value passed as ResName for the name of the resource. It returns a position in FixupInfo that must be used to adjust the header after the size of the resource is known. WriteDescendentRes calls FixupResourceHeader with the value returned as FixupInfo after streaming out the component. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!