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