The FGLStringVariable Class
For every CHAR, VARCHAR, STRING,
TEXT, DATE, DATETIME and
INTERVAL Genero variable of report data, an object is created that is an instance
of an FGLStringVariable. These objects hold the value of the Genero variable.
Syntax
FGLStringVariable
Member Objects
Defined fields for the FGLStringVariable class.
| Name | Description |
|---|---|
value |
A String containing the value of the field; this is the same as the value of the Genero variable. See Usage. |
name |
A String specifying the name of the field. |
caption |
A String specifying the title of the field. |
type |
A String specifying the type of the field. |
isoValue |
The locale and formatting-independent representation of the value
of the variable. Note: For the FGLStringVariable,
isoValue is the same as
value. It does not have any impact and is
included for consistency only. |
Class Methods
This subclass inherits the public methods of the String class.
Class Usage
In addition to the value of the Genero variable, these objects contain a member variable "value"
which also contains the value. For this reason, it is legal to write
"order_line.billState" in your expression as a shortcut for
"order_line.billState.value".