PBDOM_CDATA:
Append method
Description
Appends
the input string or the input text data of the PBDOM_CHARACTERDATA
object to the text content that already exists within the current
PBDOM_CDATA object.
Syntax
1 |
<span>pbdom_cdata_name</span>.Append(string <span>strAppend</span><span></span>) |
1 |
<span>pbdom_cdata_name</span>.Append(pbdom_characterdata <span>pbdom_characterdata_ref</span>) |
Argument |
Description |
---|---|
pbdom_cdata_name |
The name of a PBDOM_CDATA |
strAppend |
The string you want appended to the existing |
pbdom_characterdata_ref |
The referenced PBDOM_CHARACTERDATA object |
Return Values
PBDOM_CHARACTERDATA.
Throws
EXCEPTION_PBDOM_OBJECT_INVALID_FOR_USE – If
the input PBDOM_CHARACTERDATA is not a reference to an
object derived from PBDOM_CHARACTERDATA (applies to second
syntax).
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest