dup_target
Description:
Retrieves the Object instance used as the target of the binding.
A Binding can outlive the target Object as the binding does not hold a strong reference to the target. If the target is destroyed before the binding then this function will return null.
Parameters:
this |
a Binding |
Returns:
the target Object, or null if the target does not exist any more. |