ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
ExeInfo (Function)
Retrieves the specified information about the version of an executable or DLL.
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.
XMLChildExist (Function)
Specifies whether the current tag has children corresponding to the sought type (tag, attribute, ...).
InWebserviceMode (Function)
Used to find out whether the execution is in progress in the AWWS engine.
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
Execute (Function)
Starts the execution of a process through programming.
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....
MySelf (Reserved word)
MySelf is used to handle the current control...
ThreadStopRequested (Function)
Checks if a stop request has been sent to the running thread.
Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
DisplayedValue (Property)
The DisplayedValue property returns the value currently displayed in the control of a window or page.
fSelect (Example)
Usage example of the fSelect function
fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.
HDelete (Function)
Deletes a record from a data file (query or view).
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
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.