DFN v15
This function and procedure generates the <DFN>
and </DFN>
tags, which render text in italics.
Syntax
The following is the syntax for HTP:
HTP.DFN(ctext IN VARCHAR2);
The following is the syntax for HTF:
HTF.DFN(ctext IN VARCHAR2) RETURN VARCHAR2;
Parameters
Parameter | Purpose |
---|---|
ctext | The text to render in italics |
- On this page
- Syntax
- Parameters