TOC : OZ e-Form Extension > OZ e-Form JavaScript API > Input > ComboBox > Method >

 

GetParameterSetName

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : OZ e-Form Extension > OZ e-Form JavaScript API > Input > ComboBox > Method >

 

GetParameterSetName

 

 

Gets the parameter set name.

 

 

 

Prototype :

 

string GetParameterSetName

(

       No Arguments

)

 

 

 

Reference :

 

ComboBox data type should be the parameter type.

 

If the parameter comboBox is ODI parameter field, the ODI name will be returned and if the parameter comboBox is form parameter field, the string "OZFormParam" will be returned.

 

 

 

Example :

 

_TraceLn(This.GetParameterSetName());

 

 

 

Available Events :

 

All Events