Unit 'syntax.html' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl-syntax]

THtmlParseState

Declaration

Source position: syntax.html.pp line 31

type THtmlParseState = (

  hsText,

  hsTagOpen,

  hsTagClose,

  hsComment,

  hsDoctype,

  hsCDATA,

  hsScript,

  hsStyle

);


Documentation generated on: 2025-12-15