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

TLRSStreamOriginalFormat

Represents the LRS stream format offered as the original content for conversion routines like LRSObjectToText and LRSObjectResToText.

Declaration

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.

);

See also

LRSObjectToText

  

LRSObjectResToText

  

TestFormStreamFormat

  

FormDataToText

  


Version 4.4 Generated 2025-11-08 Home