ThtmlDocument Class

Represents type ThtmlDocument.

Namespace: flcHTMLDoc
TObject
  flcHTMLDocBase.AhtmlObject
    flcHTMLDocBase.AhtmlContainerObject
      flcHTMLDoc.ThtmlDocument
type
 ThtmlDocument = class(AhtmlContainerObject)
 end;

The ThtmlDocument type exposes the following members.

Show:
 NameDescription
Create

Initializes a new instance of the ThtmlDocument class. (Overrides AhtmlObject.Create.)

Destroy

Represents the destructor of the ThtmlDocument class. (Overrides AhtmlContainerObject.Destroy.)

Top
Show:
 NameDescription
ContentText

Represents property ContentText. (Inherited from AhtmlObject.)

ContentTextUTF8

Represents property ContentTextUTF8. (Inherited from AhtmlObject.)

FirstChild

Represents property FirstChild. (Inherited from AhtmlContainerObject.)

HTML

Represents property HTML.

HTMLText

Represents property HTMLText. (Inherited from AhtmlObject.)

HTMLTextUTF8

Represents property HTMLTextUTF8. (Inherited from AhtmlObject.)

ItemText[String]

Represents property ItemText[String]. (Inherited from AhtmlContainerObject.)

Item[String]

Represents property Item[String]. (Inherited from AhtmlContainerObject.)

LastChild

Represents property LastChild. (Inherited from AhtmlContainerObject.)

Name

Represents property Name. (Inherited from AhtmlObject.)

NameUTF8

Represents property NameUTF8. (Inherited from AhtmlObject.)

NextSibling

Represents property NextSibling. (Inherited from AhtmlObject.)

Parent

Represents property Parent. (Inherited from AhtmlObject.)

PrevSibling

Represents property PrevSibling. (Inherited from AhtmlObject.)

State

Represents property State.

Style

Represents property Style. (Inherited from AhtmlObject.)

StyleSheet

Represents property StyleSheet.

UserObj

Represents property UserObj. (Inherited from AhtmlObject.)

UserTag

Represents property UserTag. (Inherited from AhtmlObject.)

Top
Show:
 NameDescription
AddItem(AhtmlObject)

Represents method AddItem(AhtmlObject). (Inherited from AhtmlContainerObject.)

ClearItems

Represents method ClearItems. (Inherited from AhtmlContainerObject.)

CreateItem(Integer,String)

Represents method CreateItem(Integer,String). (Overrides AhtmlContainerObject.CreateItem(Integer,String).)

DeleteChild(AhtmlObject)

Represents method DeleteChild(AhtmlObject). (Inherited from AhtmlContainerObject.)

DuplicateObject

Represents method DuplicateObject. (Overrides AhtmlObject.DuplicateObject.)

EncodedHTMLText(TCustomUnicodeCodec)

Represents method EncodedHTMLText(TCustomUnicodeCodec). (Inherited from AhtmlObject.)

FindNext(AhtmlObject,AhtmlObjectClass)

Represents method FindNext(AhtmlObject,AhtmlObjectClass). (Inherited from AhtmlContainerObject.)

FindNextName(AhtmlObject,String)

Represents method FindNextName(AhtmlObject,String). (Inherited from AhtmlContainerObject.)

GetContentText

Represents method GetContentText. (Overrides AhtmlObject.GetContentText.)

GetEncodedHTMLText(TCustomUnicodeCodec)

Represents method GetEncodedHTMLText(TCustomUnicodeCodec). (Overrides AhtmlObject.GetEncodedHTMLText(TCustomUnicodeCodec).)

GetHTMLText

Represents method GetHTMLText. (Overrides AhtmlObject.GetHTMLText.)

GetItemByClass(AhtmlObjectClass)

Represents method GetItemByClass(AhtmlObjectClass). (Inherited from AhtmlContainerObject.)

GetItemTextByClass(AhtmlObjectClass)

Represents method GetItemTextByClass(AhtmlObjectClass). (Inherited from AhtmlContainerObject.)

GetStructureStr(Integer,Integer)

Represents method GetStructureStr(Integer,Integer). (Overrides AhtmlObject.GetStructureStr(Integer,Integer).)

Init

Represents method Init. (Inherited from AhtmlObject.)

InitDocStyle(String,StringArray)

Represents method InitDocStyle(String,StringArray).

InitStyleElementInfo(ThtmlCSS,PhtmlcssElementInfo)

Represents method InitStyleElementInfo(ThtmlCSS,PhtmlcssElementInfo). (Overrides AhtmlObject.InitStyleElementInfo(ThtmlCSS,PhtmlcssElementInfo).)

InitStyleInfo(ThtmlCSS,ThtmlcssStyleProperties)

Represents method InitStyleInfo(ThtmlCSS,ThtmlcssStyleProperties). (Overrides AhtmlObject.InitStyleInfo(ThtmlCSS,ThtmlcssStyleProperties).)

PrepareStructure

Represents method PrepareStructure.

ReadyForLayout

Represents method ReadyForLayout.

Refactor(TRefactorOperations)

Represents method Refactor(TRefactorOperations). (Overrides AhtmlObject.Refactor(TRefactorOperations).)

RefactorForLayout

Represents method RefactorForLayout.

ReplaceChild(AhtmlObject,AhtmlObject)

Represents method ReplaceChild(AhtmlObject,AhtmlObject). (Inherited from AhtmlContainerObject.)

RequireItem(String,AhtmlObjectClass)

Represents method RequireItem(String,AhtmlObjectClass). (Inherited from AhtmlContainerObject.)

RequireItemByClass(AhtmlObjectClass)

Represents method RequireItemByClass(AhtmlObjectClass). (Inherited from AhtmlContainerObject.)

SetContentStyle

Represents method SetContentStyle.

SetContentText(String)

Represents method SetContentText(String). (Overrides AhtmlObject.SetContentText(String).)

SetExternalStyleState(String,ThtmlcssRuleSetState,String)

Represents method SetExternalStyleState(String,ThtmlcssRuleSetState,String).

Top
Show:
 NameDescription
FFirst

Represents field FFirst. (Inherited from AhtmlContainerObject.)

FLast

Represents field FLast. (Inherited from AhtmlContainerObject.)

FName

Represents field FName. (Inherited from AhtmlObject.)

FNext

Represents field FNext. (Inherited from AhtmlObject.)

FParent

Represents field FParent. (Inherited from AhtmlObject.)

FPrev

Represents field FPrev. (Inherited from AhtmlObject.)

FState

Represents field FState.

FStyle

Represents field FStyle. (Inherited from AhtmlObject.)

FStyleSheet

Represents field FStyleSheet.

FUserObj

Represents field FUserObj. (Inherited from AhtmlObject.)

FUserTag

Represents field FUserTag. (Inherited from AhtmlObject.)

Top