[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Writes the resources to the stream.
Source position: objects.pp line 512
procedure TResourceFile.Flush; |
If the Modified flag is set to True, then Flush writes the resources to the stream Stream. It sets the Modified flag to true after that.
Errors can be those by TStream.Seek and TStream.Write.
|
Write resources to a new stream. |