Unit 'Classes' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

ObjectTextToResource

Converts an object stream from a text to a (windows) resource format.

Declaration

Source position: classesh.inc line 2529

procedure ObjectTextToResource(

  Input: TStream;

  Output: TStream

);

Description

ObjectTextToResource reads an object stream in text format from Input and writes a resource stream to Output.

Note that for the current implementation of this method in Free Pascal, the output stream should support positioning. (e.g. it should not be a pipe)

See also

ObjectBinaryToText

  

Converts an object stream from a binary to a text format.

ObjectResourceToText

  

Converts an object stream from a (windows) resource to a text format.


Documentation generated on: Jul 24 2023