ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
dbgError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
ListSelect (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
HAddGroup (Function)
Adds a group of users.
HSendMessageToClient (Function)
Displays a message on the client computers.
FTPCurrentDir (Function)
Gets or sets the current directory on an FTP server (File Transfer Protocol).
xlsCurrentWorksheet (Function)
Used to find out and modify the current worksheet in an XLS file.
ArrayMoveLine (Function)
Allows: 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....
DeleteLine (Function)
Deletes a line at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.)....
grSmoothing (Function)
Smoothes a Line chart or a Scatter chart by using the "cubic splines" algorithm.
iPrintBlock (Function)
Forces a report block to print.
MoveLine (Function)
Allows: move a row in a two-dimensional WLanguage array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional WLanguage array or in an advanced array property....
ArrayMove (Function)
Allows: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
ControlNext (Function)
Returns the name of the next control in input mode.
ArrayToString (Function)
Converts a one- or two-dimensional array to a character string.
iListNestedReports (Function)
Returns: the list of nested reports currently printed (reports run by iPrintReport in one of the processes of the report currently printed). the list of sequenced reports currently printed (iSequenceAdd)....
VariantToJSON (Function)
Converts the content of a Variant variable to JSON.
StringFormat (Function)
Formats a character string according to the selected options.
Input suggestion functions
The following functions are used to program input suggestion options in Edit controls...
Pushed (Property)
The Pushed property gets and sets the state of a two-state button (pressed or released).
EnumElement (Function)
Enumerates project elements: windows, pages, reports, queries, etc.
PDFReaderSeekNext (Function)
Sets the position on the next result of a search in the content of a PDF Reader control.
DecimalPart (Function)
Returns the decimal part of a number.