apex4x
Version:
The Comprehensive ARIA Development Suite
16 lines (8 loc) • 297 B
Plain Text
DC.parent
Description: References the parent DC object associated with the current DC object.
Returns: DC Object, or Null if there is no parent.
Example:
// Execute a custom function on the parent DC object.
DC.parent.props.doSomething();
// Close the parent DC object.
DC.parent.remove();