UNDERLINE v15
This function and procedure generates the <U>
and </U>
tags, which render text with an underline.
Syntax
The following is the syntax for HTP:
HTP.UNDERLINE( ctext IN VARCHAR2 cattributes IN VARCHAR2 DEFAULT NULL);
The following is the syntax for HTF:
HTF.UNDERLINE(ctext, cattributes) RETURN VARCHAR2;
Parameters
Parameter | Purpose |
---|---|
ctext | The text to render with an underline |
cattributes | Other attributes to include as is in the tag |
- On this page
- Syntax
- Parameters