lxGetEditedSyncClone
lxGetEditedSyncClone(d_layCellViewId) =>d_syncCloneId/ nil
Description
Returns the database ID of the synchronous clone currently being edited in the specified layout cellview. If the function finds a currently-edited layout group which is not a synchronous clone, it 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 currently being edited. |
|
Example
lxGetEditedSyncClone(layCv)
Return to top