axlRemoveElement
axlRemoveElement(
x_element
)
=> t / nil
Description
Removes an element and all its children from the setup database.
Arguments
Value Returned
|
The specified element and all its children are removed from the setup database. |
||
Examples
Removes the given element and all its children from the setup database,
data_sdb = axlGetMainSetupDB(axlGetWindowSession())
axlRemoveElement( axlGetHistoryEntry( data_sdb "data_design_verification" ) )
=> t
Related Topics
Return to top