ThtmlElementFlags Type

Represents type ThtmlElementFlags.

Namespace: flcHTMLElements
type
 ThtmlElementFlags = set of (
 elStartTagOptional,
 elEmpty,
 elEndTagForbidden,
 elEndTagOptional,
 elDeprecated,
 elFrameDTD,
 elLooseDTD,
 elFontStyle,
 elPhraseElement,
 elFormControl,
 elSpecialElement,
 elInline,
 elBlock,
 elList,
 elPreformatted,
 elTableElement,
 elHeadElement);

The ThtmlElementFlags type exposes the following members.

Show:
 NameDescription
elBlock

Represents constant elBlock.

elDeprecated

Represents constant elDeprecated.

elEmpty

Represents constant elEmpty.

elEndTagForbidden

Represents constant elEndTagForbidden.

elEndTagOptional

Represents constant elEndTagOptional.

elFontStyle

Represents constant elFontStyle.

elFormControl

Represents constant elFormControl.

elFrameDTD

Represents constant elFrameDTD.

elHeadElement

Represents constant elHeadElement.

elInline

Represents constant elInline.

elList

Represents constant elList.

elLooseDTD

Represents constant elLooseDTD.

elPhraseElement

Represents constant elPhraseElement.

elPreformatted

Represents constant elPreformatted.

elSpecialElement

Represents constant elSpecialElement.

elStartTagOptional

Represents constant elStartTagOptional.

elTableElement

Represents constant elTableElement.

Top