[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Converts an object stream from a (windows) resource to a text format.
Source position: classesh.inc line 2185
procedure ObjectResourceToText( |
Input: TStream; |
Output: TStream |
); |
ObjectResourceToText reads the resource header from the Input stream and then passes the streams to ObjectBinaryToText
|
Converts an object stream from a binary to a text format. |
|
|
Converts an object stream from a text to a (windows) resource format. |