RAD Studio VCL Reference
|
Indicates whether the node has a single text value.
property IsTextElement: Boolean;
__property Boolean IsTextElement;
Read IsTextElement to determine whether this node represents a single text value. For example, if the node represents the following:
<Title> Understanding XML </Title>
IsTextElement is true, because the node represents a tagged element and the text that is its value.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|