ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<xmlNode variable>.ValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema linked to the XML document.
ExeInfo (Function)
Retrieves the specified information about the version of an executable or DLL.
DisplayedItem (Property)
The DisplayedItem property is used to: Find out the item or the variable displayed by the control. Modify the item or the variable displayed by the control....
StringIncrement (Function)
Increments a number at the beginning or at the end of a string.
ArrayReverse (Function)
Reverses the content of a one-dimensional array.
zipOpen (Function)
Opens an existing archive.
InWebserviceMode (Function)
Used to find out whether the execution is in progress in the AWWS engine.
Length (Function)
Returns: the length of a string, i.e., the number of characters in the string (including spaces and binary zeros). the size of a buffer, i.e., the number of bytes in the buffer....
HTML control properties
You can manipulate HTML controls in a window, page or report using the following WLanguage properties......
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
iOS specific buttons
WINDEV Mobile includes several standard Apple buttons......
fSelect (Example)
Usage example of the fSelect function
fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.
Image Editor control properties (WEBDEV)
You can manipulate Image Editor controls in a page using the following WLanguage properties......
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Multitask (Function)
MultiTask is used to: define a timeout, give control back to Windows, give control back to Windows and to WLanguage....
InWindowsPhoneEmulatorMode (Function)
Indicates whether the test is run via the Windows Phone emulator. Function kept for backward compatibility....
ExceptionPropagate (Function)
Propagates an exception.
ColorHue (Function)
Calculates the hue of a color.
ColorSaturation (Function)
Calculates the saturation of a color.
ColorLightness (Function)
Calculates the lightness of a color.
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
MatNbColumn (Function)
Returns the number of columns found in a matrix.
MatNbLine (Function)
Returns the number of rows found in a matrix.
JSONToVariant (Function)
Converts a JSON string to a Variant variable.