ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Keyboard Variable (Using physical keyboards on Android)
The Keyboard variable makes it possible to retrieve the parameters of the events of a physical keyboard......
TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
InitialFile (Property)
The InitialFile property is used to get the original name of the data file associated to an item in a query.
HExportJSONString (Function)
Exports the records from a data file (HFSQL or OLE DB), view or query to a JSON string.
SMSSend (Function)
Sends an SMS.
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
ERR_NOTACTIVATED
The "Surface" charts
The Surface chart is used to represent correlated analogical data, according to 3 axes...
4. Managing SMSs
With the WLanguage functions, WINDEV Mobile allows you to......
Sliding window (sliding menu)
The sliding windows (also called sliding menus) are often used in the mobile applications......
Add (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). from a WLanguage list....
ArrayAdd (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). of a WLanguage list....
<Source>.CheckUnaltered (Function)
Checks whether one or all records in an unalterable data file have not been modified (with an hexadecimal editor for example).
4. User Groupware
HFSQL constants
List of constants used by the HFSQL functions....
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
zipSplit (Function)
Splits an archive into several sub-archives of a given size.
Testing a static page
The test of a single page allows you to run the current page in WEBDEV......
4. User Groupware
User Groupware...
Spreadsheet control in a window
The spreadsheet is one of the most often used business tools. The Spreadsheet control is used to include a spreadsheet in your WINDEV windows....
<Array>.MoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
<Array>.DeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from the advanced array property (array of gglCalendar events, ...). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
DocInfoXY (Function)
For a given position in a Word Processing control (coordinates of a control point), returns one of the following: the number of the corresponding page, the corresponding X-position (in mm), the corresponding Y-position (in mm)...
ArrayMoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
Variable scope
Variables can be declared anywhere in the code....