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

TResourceFile.SwitchTo

Write resources to a new stream.

Declaration

Source position: objects.pp line 516

function TResourceFile.SwitchTo(

  AStream: PStream;

  Pack: Boolean

):PStream;

Description

SwitchTo switches to a new stream to hold the resources in. AStream will be the new stream after the call to SwitchTo.

If Pack is true, then all the known resources will be copied from the current stream to the new stream (AStream). If Pack is False, then only the current resource is copied.

The return value is the value of the original stream: Stream.

The Modified flag is set as a consequence of this call.

Errors

Errors returned can be those of TStream.Read and TStream.Write.

See also

TResourceFile.Flush

  

Writes the resources to the stream.


Documentation generated on: May 14 2021