asiGetHighPerformanceOptionVal
asiGetHighPerformanceOptionVal(o_sessions_varName) =>t_varNameVal/nil
Description
Returns the field value of the High Performance form with the passed session object.
This method returns the field value of the High Performance form for spectre class (spectre_session) or AMS class (ams_session) only. For other classes, this method returns nil.
Arguments
Value Returned
Examples
Returns the value of the variable uniMode for spectre class or AMS class.
session = asiGetCurrentSession()
asiGetHighPerformanceOptionVal( session 'uniMode )
Return to top