ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Converting C types
Depending on the type of programming, it may be useful to know the correspondence between the types used in C and the types used in WLanguage......
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text displayed in a Static control or in a calculated control of a report. a text displayed in a window control. a text displayed in a page control....
EmailImportHTML (Function)
Imports, into the Email structure or into an Email variable, the content of an HTML file in order to send it by email.
LineHeight (Property)
The LineHeight property is used to get and change the height of the rows: in a List Box control, in a ListView control (standard display mode only), in a Table control, in a Combo Box control, in a Looper control (height of the row), in an Organizer control....
Installing WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile as well as the different steps of setup......
The J2EE structure
The following structure is used to pass parameters to a procedure run on a server of J2EE XML Web services......
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
Accessing HFSQL files via SAMBA on Linux
A specific setting is required to access the HFSQL files via Samba on Linux......
memcachedConnection (Type of variable)
The memcachedConnection type is used to define the characteristics of a connection to a Memcached server.
Multiline strings
To type character strings over several lines in the code editor...
ArcSin (Function)
Returns the arc sine of a numeric value (integer or real).
ArcCos (Function)
Returns the arc cosine of a numeric value (integer or real).
RoundToMultiple (Function)
Returns a numeric value rounded to the nearest multiple of another numeric value.
Characteristics of an indexed control
Characteristics of an indexed control: description, code, ......
<Queue variable>.Enqueue (Function)
Adds an element to the queue.
Max (Function)
Returns the greatest value passed as parameter.
Selection (Property)
The Selection property is used to get the characteristics of the selection (or cursor): in a Word Processing control. Remark: This selection is in the section being edited in the control (body, header or footer). in a Spreadsheet control. in an HTML Editor control. in a Diagram Editor control....
XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....
Scanner (Type of variable)
The Scanner type is used to handle the information from a scanner.
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
<Array>.Max (Function)
Returns the greatest value in the array.
Reduce (Function)
Applies a computation to each element of a WLanguage array.
Toast (Type of variable)
The Toast type is used to define all the advanced characteristics of a toast notification.
Constants for the archiving functions
List of constants used by the archiving functions....
Random (Function)
Returns a random number.