PARAM v15
This function and procedure generates the <PARAM>
tag, which specifies parameter values for Java applets.
Syntax
The following is the syntax for HTP:
HTP.PARAM( cname IN VARCHAR2 cvalue IN VARCHAR2);
The following is the syntax for HTF:
HTF.PARAM(cname, cvalue) RETURN VARCHAR2;
Parameters
Parameter | Purpose |
---|---|
cname | The value for the NAME attribute |
cvalue | The value for the VALUE attribute |
- On this page
- Syntax
- Parameters