ddDeleteLocal
ddDeleteLocal(
b_objectId
)
=> t / nil
Description
Removes b_objectId from the local work area only. If the objects are under design management, they are not removed from the repository.
ddDeleteLocal has two triggers: PreDeleteObj and PostDeleteObj. The object IDs of deleted objects in virtual memory remain valid until after the return from PostDeleteObj triggers, so you can use PI functions (for cleanup) that require an ID. If you call ddDeleteLocal on a directory object that contains children, ddDeleteLocal calls the pre- and post-triggers once for each of the child objects that has an ID in virtual memory.
Arguments
Value Returned
Example
ddDeleteLocal( TTL7400libraryId ) => t
Return to top