[Overview][Resource strings][Constants][Types][Classes][Index] |
Updates RawData stream.
Source position: resource.pp line 162
public procedure TAbstractResource.UpdateRawData; virtual; abstract; |
When operating on resource data with more high-level streams than RawData (e.g: TBitmapResource.BitmapData) RawData contents are no longer valid. This method ensures that RawData stream is properly synchronized with the contents of the higher-level stream.
Remark: | Normally a resource writer doesn't need to call this method when it is about to write the resource data to a stream, since TResources class takes care of this before telling the resource writer to write resources to a stream. |
|
The raw resource data stream |