Salesforce

GetParamAttr (Magic xpa 3.x)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

GetParamAttr (Magic xpa 3.x)

Returns the attribute of the global parameter (set with the SetParam function).

Syntax:

GetParamAttr(parameter name)

Parameters:

parameter name: A string representing the name of a global parameter.

Returns:

A string containing the parameter's attribute

Example:

If the attribute of the ‘myparam’ parameter is Unicode, then the function GetParamAttr('myparam') returns U.

See also:

GetParam, GetParamNames

The Online and Rich Client Samples projects (program TF10 and RTF10)

Since version:

1.9L and 2.3

Reference
Attachment 
Attachment