ThtmlDocumentState Enumeration

Represents type ThtmlDocumentState.

Namespace: flcHTMLDoc
type
 ThtmlDocumentState = (
 htdocInit,
 htdocStructurePrepared,
 htdocPreparingStyle,
 htdocStylePrepared,
 htdocRefactoredForLayout);

The ThtmlDocumentState type exposes the following members.

Show:
 NameDescription
htdocInit

Represents constant htdocInit.

htdocPreparingStyle

Represents constant htdocPreparingStyle.

htdocRefactoredForLayout

Represents constant htdocRefactoredForLayout.

htdocStructurePrepared

Represents constant htdocStructurePrepared.

htdocStylePrepared

Represents constant htdocStylePrepared.

Top