[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Represents the LRS stream format offered as the original content for conversion routines like LRSObjectToText and LRSObjectResToText.
Source position: lresources.pp line 533
type TLRSStreamOriginalFormat = ( |
||
sofUnknown, |
|
Format for the LRS stream is unknown. |
sofBinary, |
|
LRS stream contains binary content. |
sofText |
|
LRS stream contains the text content. |
); |
|
||
|
||
|
||
|
Version 4.0 | Generated 2025-05-03 | Home |