Datafield
The object represents a field present within a record of a specific table in the database.
|
getvalue |
|
|
Description |
Retrieve the value saved inside the field. |
|
Type Value |
object |
|
Format |
object = datafield.getvalue() |
|
Typology |
Metodo |
|
Systems |
Windows, Web, Android, IOS, Mac OS |
|
Examples |
|
value = datafield.getvalue() |
|
name |
|
|
Description |
Returns the name of the field. |
|
Type Value |
string |
|
Format |
string = datafield.name() |
|
Typology |
Metodo |
|
Systems |
Windows, Web, Android, IOS, Mac OS |
|
Examples |
|
name = datafield.name() |
|
setvalue |
|
|
Description |
Set the value of the field. |
|
Type Value |
|
|
Format |
datafield.setvalue(value) |
|
Typology |
Metodo |
|
Systems |
Windows, Web, Android, IOS, Mac OS |
|
Parametro |
Tipo Valore |
Description |
|
value |
object |
The value to be saved inside the field. |
|
Examples |
|
datafiels.setvalue(`Yellow`) |
|
type |
|
|
Description |
Returns the field type. |
|
Type Value |
integer |
|
Format |
integer = datafield.type() |
|
Typology |
Metodo |
|
Systems |
Windows, Web, Android, IOS, Mac OS |
|
Examples |
|
typefield = datafield.type() |