axlGetActiveSetup
axlGetActiveSetup(x_mainSDB) =>x_activeSetup
Description
Returns a handle to the active setup. You can use this handle to get or set setup details for the active setup.
Arguments
Value Returned
Examples
Returns the status of the Overwrite History save option.
x_activeSetup=axlGetActiveSetup(axlGetMainSetupDB(axlGetWindowSession()))
axlGetOverwriteHistory(x_activeSetup)
Return to top