ScroogeXHTML for Delphi  6.9
TTextNode Class Reference

A class which represents a text block which has the same attributes. More...

Inheritance diagram for TTextNode:
ISimpleDomTextNode

Public Member Functions

 TTextNode (const TSimpleDomNode AOwner)
 create a new instance of the TTextNode class
 
 SetTextProperties (const TCharacterProperties CP)
 set all text properties of the TTextNode object
 

Public Attributes

string Anchor
 anchor / bookmark More...
 
Boolean Encoded
 true = already encoded More...
 
string FieldExpression
 field expression More...
 

Detailed Description

A class which represents a text block which has the same attributes.

Member Data Documentation

string TTextNode::Anchor

anchor / bookmark

See also
GetAnchor For reading
SetAnchor For writing
Boolean TTextNode::Encoded

true = already encoded

See also
GetEncoded For reading
SetEncoded For writing
string TTextNode::FieldExpression

field expression

See also
GetFieldExpression For reading
SetFieldExpression For writing