ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
Token (Type of variable)
The Token type is used to define all the advanced characteristics of a token displayed in an edit control.
grHMCaptionX (Function)
Modifies the caption of a category on the X-axis of a Heatmap chart.
grHMCaptionY (Function)
Modifies the caption of a category on the Y-axis of a Heatmap chart.
FinPeriodInterest (Example)
Usage example of the FinPeriodInterest function
PageDisplay (Function)
Displays a web page in the user's browser....
Report based on a query
Queries are used to easily select records in one or more data files......
GetColor (Function)
Allows you to get a set of harmonious colors without having to use a table of colors.
ArrayToString (Function)
Converts a one- or two-dimensional array to a character string.
CSVToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string in CSV format passed in parameter.
ArrayMove (Function)
Allows you to: 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.)....
ModbusConnectRTU (Function)
Connects a client to a Modbus slave via a serial port.
MarginInterCell (Property)
The MarginInterCell property is used to: find out the margin between rows or columns in a Layout control. modify the margin between rows or columns in a Layout control....
ServiceStop (Function)
Stops a service.
fRemoveDir (Example)
Usage example of the fRemoveDir function
Structure (Type of variable)
A structure is a custom type of data...
EmailReadNext (Example)
Usage example of the EmailReadNext function
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
MultimediaBeginning (Function)
Positions at the beginning of the media file played in the Multimedia control.
MultimediaEnd (Function)
Positions at the end of media file played in the Multimedia control.
MultimediaStatus (Function)
Indicates the status of the multimedia file played in the Multimedia control.
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed in parameter.
Radio Button control properties
List of properties associated with a Radio Button control...
ServiceStart (Function)
Starts a service.
SQLExec (Example)
Usage example of the SQLExec function