ThtmlCharRef Class

Represents type ThtmlCharRef.

Namespace: flcHTMLDocBase
TObject
  flcHTMLDocBase.AhtmlObject
    flcHTMLDocBase.AhtmlTextContentObject
      flcHTMLDocBase.ThtmlCharRef
type
 ThtmlCharRef = class(AhtmlTextContentObject)
 end;

The ThtmlCharRef type exposes the following members.

Show:
 NameDescription
Create

Overloaded. Initializes a new instance of the AhtmlObject class. (Inherited from AhtmlObject.)

Create(LongWord,Boolean)

Overloaded. Initializes a new instance of the ThtmlCharRef class.

Top
Show:
 NameDescription
AsWideChar

Represents property AsWideChar.

CharVal

Represents property CharVal.

ContentText

Represents property ContentText. (Inherited from AhtmlObject.)

ContentTextUTF8

Represents property ContentTextUTF8. (Inherited from AhtmlObject.)

HTMLText

Represents property HTMLText. (Inherited from AhtmlObject.)

HTMLTextUTF8

Represents property HTMLTextUTF8. (Inherited from AhtmlObject.)

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.)

Style

Represents property Style. (Inherited from AhtmlObject.)

UserObj

Represents property UserObj. (Inherited from AhtmlObject.)

UserTag

Represents property UserTag. (Inherited from AhtmlObject.)

Top
Show:
 NameDescription
DuplicateObject

Represents method DuplicateObject. (Overrides AhtmlObject.DuplicateObject.)

EncodedHTMLText(TCustomUnicodeCodec)

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

GetContentText

Represents method GetContentText. (Overrides AhtmlObject.GetContentText.)

GetEncodedHTMLText(TCustomUnicodeCodec)

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

GetHTMLText

Represents method GetHTMLText. (Overrides AhtmlObject.GetHTMLText.)

GetStructureStr(Integer,Integer)

Represents method GetStructureStr(Integer,Integer). (Inherited from AhtmlObject.)

Init

Represents method Init. (Inherited from AhtmlObject.)

InitStyleElementInfo(ThtmlCSS,PhtmlcssElementInfo)

Represents method InitStyleElementInfo(ThtmlCSS,PhtmlcssElementInfo). (Inherited from AhtmlObject.)

InitStyleInfo(ThtmlCSS,ThtmlcssStyleProperties)

Represents method InitStyleInfo(ThtmlCSS,ThtmlcssStyleProperties). (Inherited from AhtmlObject.)

Refactor(TRefactorOperations)

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

Top
Show:
 NameDescription
FCharVal

Represents field FCharVal.

FHasTrailer

Represents field FHasTrailer.

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.)

FStyle

Represents field FStyle. (Inherited from AhtmlObject.)

FUserObj

Represents field FUserObj. (Inherited from AhtmlObject.)

FUserTag

Represents field FUserTag. (Inherited from AhtmlObject.)

Top