XIH.GetParamCaption
Returns the caption/label of the specified TIS parameter.
Syntax
XIH.GetParamCaption(paramName)
Parameters
Parameter | Data type | Description | Sample |
---|---|---|---|
paramName | string | String specifies the name of the parameter. | "paramName" |
Remarks
The label can set by the user when creating a parameter.
Returns a string.
Examples
XIH.GetParamCaption(
"param1"
)
Related
- TIS Parameters
- XIH Functions