PBDOM_ELEMENT:
RemoveChildElement Syntax 1 method
Description
Removes the first child PBDOM_ELEMENT object (one
level deep) that has the local name provided and belongs to no namespace.
Syntax
|
1 |
<span>pbdom_element_name.</span>RemoveChildElement(string <span>strElementName</span>) |
|
Argument |
Description |
|---|---|
|
pbdom_element_name |
The name of a PBDOM_ELEMENT |
|
strElementName |
The name of the child PBDOM_ELEMENT |
Return Values
Boolean. Returns true if
the specified PBDOM_ELEMENT object was removed, and false otherwise.
Throws
EXCEPTION_INVALID_ARGUMENT – If
the input parameter is invalid, for example, null.
EXCEPTION_INVALID_STRING – If
the input element name is invalid.
See Also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest