ThtmlDocument Class
Represents type ThtmlDocument.
type ThtmlDocument = class(AhtmlContainerObject) end;
The ThtmlDocument type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Create | Initializes a new instance of the ThtmlDocument class. (Overrides AhtmlObject.Create.) |
![]() | Destroy | Represents the destructor of the ThtmlDocument class. (Overrides AhtmlContainerObject.Destroy.) |
| Name | Description | |
|---|---|---|
![]() | ContentText | Represents property |
![]() | ContentTextUTF8 | Represents property |
![]() | FirstChild | Represents property |
![]() | HTML | Represents property |
![]() | HTMLText | Represents property |
![]() | HTMLTextUTF8 | Represents property |
![]() | ItemText[String] | Represents property |
![]() | Item[String] | Represents property |
![]() | LastChild | Represents property |
![]() | Name | Represents property |
![]() | NameUTF8 | Represents property |
![]() | NextSibling | Represents property |
![]() | Parent | Represents property |
![]() | PrevSibling | Represents property |
![]() | State | Represents property |
![]() | Style | Represents property |
![]() | StyleSheet | Represents property |
![]() | UserObj | Represents property |
![]() | UserTag | Represents property |
| Name | Description | |
|---|---|---|
![]() | AddItem(AhtmlObject) | Represents method |
![]() | ClearItems | Represents method |
![]() | CreateItem(Integer,String) | Represents method |
![]() | DeleteChild(AhtmlObject) | Represents method |
![]() | DuplicateObject | Represents method |
![]() | EncodedHTMLText(TCustomUnicodeCodec) | Represents method |
![]() | FindNext(AhtmlObject,AhtmlObjectClass) | Represents method |
![]() | FindNextName(AhtmlObject,String) | Represents method |
![]() | GetContentText | Represents method |
![]() | GetEncodedHTMLText(TCustomUnicodeCodec) | Represents method |
![]() | GetHTMLText | Represents method |
![]() | GetItemByClass(AhtmlObjectClass) | Represents method |
![]() | GetItemTextByClass(AhtmlObjectClass) | Represents method |
![]() | GetStructureStr(Integer,Integer) | Represents method |
![]() | Init | Represents method |
![]() | InitDocStyle(String,StringArray) | Represents method |
![]() | InitStyleElementInfo(ThtmlCSS,PhtmlcssElementInfo) | Represents method |
![]() | InitStyleInfo(ThtmlCSS,ThtmlcssStyleProperties) | Represents method |
![]() | PrepareStructure | Represents method |
![]() | ReadyForLayout | Represents method |
![]() | Refactor(TRefactorOperations) | Represents method |
![]() | RefactorForLayout | Represents method |
![]() | ReplaceChild(AhtmlObject,AhtmlObject) | Represents method |
![]() | RequireItem(String,AhtmlObjectClass) | Represents method |
![]() | RequireItemByClass(AhtmlObjectClass) | Represents method |
![]() | SetContentStyle | Represents method |
![]() | SetContentText(String) | Represents method |
![]() | SetExternalStyleState(String,ThtmlcssRuleSetState,String) | Represents method |
| Name | Description | |
|---|---|---|
![]() | FFirst | Represents field |
![]() | FLast | Represents field |
![]() | FName | Represents field |
![]() | FNext | Represents field |
![]() | FParent | Represents field |
![]() | FPrev | Represents field |
![]() | FState | Represents field |
![]() | FStyle | Represents field |
![]() | FStyleSheet | Represents field |
![]() | FUserObj | Represents field |
![]() | FUserTag | Represents field |



