company logo

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

Implementation details

  1. - internal feature (not documented)
    logical PropertyHandle  :: CopyHandle (  )
  2. to list
  3. - Title unknown
    logical PropertyHandle  :: CopyHandle ( PropertyHandle &cprop_hdl )
    • cprop_hdl - Property Handle
  4. to list