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)
|