RingParent - cUIObject

Returns the object handle of the object that is its ring parent

Type: Property

Access: Read-Only

Data Type: Boolean

Parameters: None

Syntax
 Property Boolean RingParent

Read Access: Get RingParent to BooleanVariable


Description

The RingParent property returns the object handle of the object that is its ring parent - this will be a parent or some ancestor whose ring_state is set to true. If 0 is returned, there is no ring parent.

This property is used by DataFlex to control navigation logic and will probably not be used by developers.