PBDOM_ELEMENT:
GetChildElements Syntax 2 method
Description
Retrieves a list of all child PBDOM_ELEMENT objects
nested one level deep within a PBDOM_ELEMENT object specified
by the name provided and belonging to no namespace. The list is
stored in the array specified when the method is invoked.
Syntax
1 |
<span>pbdom_element_name.</span>GetChildElements(string <span>strElementName</span>, ref pbdom_element <span>pbdom_element_array</span>[]) |
Argument |
Description |
---|---|
pbdom_element_name |
The name of a PBDOM_ELEMENT |
strElementName |
The name of the PBDOM_ELEMENT |
pbdom_element_array |
The array that stores the child PBDOM_ELEMENT objects |
Return Values
Boolean. Returns true if
child PBDOM_ELEMENT objects have been collected, and false otherwise.
Usage
If the PBDOM_ELEMENT object has no nested elements, GetChildElements returns
an empty array.
See Also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments