Description
Obtains an array of PBDOM_OBJECT objects, each of which is a child node of the called PBDOM_OBJECT.
Syntax
pbdom_object_name.GetContent(ref pbdom_object pbdom_object_array[ ])
Argument |
Description |
---|---|
pbdom_object_name |
The name of the PBDOM_OBJECT |
pbdom_object_array |
A reference to an array of PBDOM_OBJECT objects that will receive the PBDOM_OBJECT objects |
Return value
Boolean.
Returns true for success, and false otherwise.
Throws
EXCEPTION_PBDOM_OBJECT_INVALID_FOR_USE -- This PBDOM_OBJECT object is not associated with a derived PBDOM_OBJECT class object.
Usage
The returned array is passed by reference, with items in the same order in which they appear in the PBDOM_OBJECT. Any changes to any item of the array affect the actual item to which it refers.
See also