PropertyHandle :: CopyHandle - Create a copy of the property handle
The function creates a copy of the property handle. The property handle will share the data source and the cursor with the origin passed in property_handle, i.e. changing the selection in the origin or its copy will always affect the selection in the property handle that copied the cursor.
When the source is an empty property handle, the target will be closed.
Notes: 
Copy
Return value:  Success ( logical  )
Implementation overview
-  - internal feature (not documented)
 PropertyHandle :: CopyHandle (  )
-  - Title unknown
 PropertyHandle :: CopyHandle ( cprop_hdl )
Implementation details
- to list
- 
- Title unknown
 logical PropertyHandle  :: CopyHandle ( PropertyHandle &cprop_hdl )
 - cprop_hdl - Property Handle
 to list

