axlGetHistoryGroup
axlGetHistoryGroup(x_hsdbt_histgrpName) =>x_history/ nil
Description
Returns a handle to the specified history group in the setup database.
Arguments
Value Returned
Examples
Returns the handle to the history group ImproveYield.1 in the setup database.
axlGetHistoryGroup(1048 "ImproveYield.1")
=> 2096
Return to top