ObjectResourceToText
Converts an object stream from a (windows) resource to a text format.
Declaration
Source position: classesh.inc line 2463
procedure ObjectResourceToText(Input: TStream; Output: TStream);
Description
ObjectResourceToText reads the resource header from the Input stream and then passes the streams to ObjectBinaryToText
See also
Name | Description |
---|---|
ObjectBinaryToText | Converts an object stream from a binary to a text format. |
ObjectTextToResource | Converts an object stream from a text to a (windows) resource format. |