ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

List,Modify (External language)
Modifies an element in a drop-down list or in an expanded list.
DeleteAll (Function)
Deletes all the elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
ERR_CANNOT_CREATE_TMP
ERR_LAUNCH_FAILED
How to read in a text or CSV file?
This help page explains how to read the content of a text or CSV file....
How to write into a text or CSV file?
This help page explains how to write into a text or CSV file....
ArrayDeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
X (Property)
The X property is used to get and change the X-coordinate of an element.
Y (Property)
The Y property is used to get and change the the Y-coordinate of an element.
HActivateServerTrigger (Function)
Re-enables a server trigger that was disabled by HDeactivateServerTrigger.
ServiceRefresh (Function)
Asks a service to re-read its configuration information.
LEDSwitchOff (Function)
Switches the LED (Light-Emitting Diode) of the device off.
ConfigureAWPContext (Function)
Configures the operating mode of the AWP context.
List,Select,+ (External language)
Selects an element in a drop-down list or in an expanded list.
List,Select,- (External language)
Deselects an element from a drop-down list or from an expanded list.
List,Delete (External language)
Deletes an element from a drop-down list or from an expanded list.
<Connection variable>.ActivateServerTrigger (Function)
Re-enables a server trigger that was disabled by HDeactivateServerTrigger.
TwainScanArea (Function)
Used to define or re-initialize the area to scan.
tapiStop (Function)
Stops reading a pre-recorded message (tapiPlay).
StringToUTF8 (Function)
Converts an ANSI or UNICODE string to UTF-8.
UTF8ToString (Function)
Converts a UTF-8 string to ANSI or UNICODE.
EmulateDnD (Function)
Emulates a "Drag & Drop" gesture in automated tests.
MemSeek (Function)
Seeks an element in a memory area: on the value added by MemAdd or on the value modified by MemModify, on the return value....
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications......
TABOrder (Property)
The TABOrder property gets and sets the position of a control in the tab order of a window.