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

TContentStreamingState

Content streaming state enumeration

Declaration

Source position: httpdefs.pp line 158

type TContentStreamingState = (

  cssStart,

  

Content streaming start state

  cssData,

  

Content streaming data state

  cssEnd

  

Content streaming end state

);

Description

TContentStreamingState defines the different states during streaming content processing. Used when processing multipart content or other streamed data.

See also

TOnStreamEncodingEvent

  

Event type for stream encoding processing


Documentation generated on: Jan 16 2026