GetParentObject

Description

Returns the parent PBDOM_OBJECT of the current PBDOM_TEXT object.

Syntax

pbdom_text_name.GetParentObject()

Argument

Description

pbdom_text_name

The name of a PBDOM_TEXT object


Return value

PBDOM_OBJECT.

Usage

The parent is also an object inherited from PBDOM_TEXT object. If the PBDOM_TEXT object has no parent, null is returned.

See also

SetParentObject