To interact through the scripts with Nios4, programming objects with specific functions have been created. These objects may not be present on all scripts since they vary according to the operating scope of the latter. To see which ones can be used, always refer to the list in the editor.
Program
It provides methods and functions to interface directly with Nios4.
Output
The object manages the console of the script editor.
Dataview
Represents a data form.
Dataform
It is a compilation window to retrieve an input from the user.
Datatable
It is a set of datarow objects that define a data table.
Datafield
Represents a data field on the form.
Datarow
Represents a row of data belonging to a datatable or tableview
Tableview
Represents a data grid.
Database
The object has all the main functions and methods for interacting directly with the currently open database.
Utility
The object contains several functions and general utility methods.
Xmldocument
The object allows the creation and management of an XML file.
Xmlelement
The object manages an XML element associated with an xmldocument.
Xmlattribute
The object manages an attribute type element associated with an xmlelement.
Errorn
The class handles script return errors.
Fileinfo
The object allows access to the characteristics of a file.
Document
The object allows to generate the prints directly from the scripts.