ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

tapiStop (Function)
Stops reading a pre-recorded message (tapiPlay).
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.
ServiceRefresh (Function)
Asks a service to re-read its configuration information.
WiFiConnect (Function)
Connects the device to the specified Wi-Fi network.
LEDSwitchOff (Function)
Switches the LED (Light-Emitting Diode) of the device off.
List,Modify (External language)
Modifies an element in a drop-down list or in an expanded list.
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.
TwainScanArea (Function)
Used to define or re-initialize the area to scan.
How to write into a text or CSV file?
This help page explains how to write into a text or CSV file....
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.
The Windows registry
Several WINDEV functions can be used to handle the Windows registry......
WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......
WDAdminHF: Scheduled task
The remote HFSQL administrator is used to define the scheduled tasks......
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....
TABOrder (Property)
The TABOrder property gets and sets the position of a control in the tab order of a window.
HErrorModification (Function)
Used to: return the value of a record item if a modification conflict occurs. check if a modification conflict occurred....
PanelActivate (Function)
Activates a panel when several panels are docked together.
<Dockable panel>.Activate (Function)
Activates a panel when several panels are docked together.
<Image>.ModifyLightness (Function)
Modifies the lightness of an image contained in an Image control.