<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : OZ e-Form Extension > OZ e-Form JavaScript API > Input > TextBox > Method >GetParameterSetName |
Gets the parameter set name.
Prototype :
string GetParameterSetName
(
No Arguments
)
Reference :
TextBox data type should be the parameter type.
If the parameter is ODI parameter field, the ODI name will be returned and if the parameter is form parameter field, the string "OZFormParam" will be returned.
Example :
_TraceLn(This.GetParameterSetName());
Available Events :
All Events