lxGetSyncClone
lxGetSyncClone(d_objectId) =>d_syncCloneId/ nil
Description
Returns the database ID of the synchronous clone to which the specified object belongs. If the object belongs to a layout group which is not a synchronous clone, the function recursively checks to determine if its parent group is a synchronous clone. If it is, the function returns the ID of the parent synchronous clone.
Arguments
Value Returned
|
Database ID of the synchronous clone to which the specified object belongs. |
|
Example
lxGetSyncClone(objId)
Return to top