[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'Objects' (#rtl)

TResourceFile.Flush

Writes the resources to the stream.

Declaration

Source position: objects.pp line 509

procedure TResourceFile.Flush;

Description

If the Modifiedflag is set to True, then Flushwrites the resources to the stream Stream. It sets the Modifiedflag to true after that.

Errors

Errors can be those by TStream.Seekand TStream.Write.

See also

TResourceFile.SwitchTo

  

Write resources to a new stream.