ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

XMLWrite (Function)
Creates or modifies the value of an XML element or the value of the attribute for an XML element.
2. Analysis in practice
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
sshSession (Type of variable)
The sshSession type is used to define the characteristics of a connection to an SSH server.
Generating the RAD pattern
To generate a RAD pattern:...
Font (Type of variable)
A Font variable creates a font programmatically...
Text formatting variant
You can customize text attributes such as character spacing, line spacing and font size in a window or page......
ErrorOccurred (Variable)
ErrorOccurred is a preset variable of WLanguage indicating the result of the last WLanguage function used.
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
TimeToString (Function)
Converts a time to a string in the specified format.
Assisted Application Development
The Assisted Application Development (AAD) is a permanent help in the environment. This help suggests actions whenever it is appropriate....
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
CDEject (Function)
Opens or closes the door of CD/DVD player selected on the current computer....
BurnerList (Function)
Returns the list of burners installed on the current computer.
Unicode (Property)
The Unicode property is used to: Determine if the value of a control is a Unicode string. Specify whether the value of a control is a Unicode string....
Optional events: Retrieved information
In WINDEV, you can add optional events in the code of the different elements of an application......
Handling a Multiline Zone control programmatically
...A Multiline Zone control can be handled programmatically using the control name....
xmlSignature (Type of variable)
The xmlSignature type is used to define the advanced characteristics of an XML signature.
Container column in a Table control
A cell found in a Table control can contain a set of controls......
Constants used by the TraceStart function
List of constants used by the TraceStart function....
Image control properties
The Image controls include properties that can be handled in WLanguage both in the windows and pages but also in the reports......
List Box control properties
You can manipulate List Box controls in a window or page using the following WLanguage properties......
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
ArrayDeleteLine (Function)
Deletes a row at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.) The array size is automatically reduced....