ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Upload>.FileName (Function)
Returns the name of a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
FlexAlignSelf (Property)
The FlexAlignSelf property gets and sets the alignment of an item along the cross axis of a Flexbox control (corresponding CSS property: "align-self").
Error 531: The negative or null subscripts are not allowed
<Upload>.CopyFile (Function)
Saves on the server a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
FlexDirection (Property)
The Property FlexDirection allows you to know and modify the sense and direction of the main axis of a Flexbox control ( Property CSS corresponding "flex-direction").
Managing the HDFS system
HDFS (Hadoop Distributed File System) is one of the component of the Hadoop framework......
HActivateServerTrigger (Function)
Re-enables a server trigger that was disabled by HDeactivateServerTrigger.
6. Internal window
Internal windows...
StringToUTF8 (Function)
Converts an ANSI or Unicode string to UTF-8.
MenuSelectPlus (Function)
Enables a menu option (context menu or drop-down menu).
10. Internal window
The Internal Window control is used to include a window (and its code) in another window. At runtime, the internal window will be dynamically merged with the host window.
DocInfoXY (Function)
For a given position in a Word Processing control (coordinates of a control point), returns one of the following: the number of the corresponding page, the corresponding X-position (in mm), the corresponding Y-position (in mm)...
<Source>.LogRecreate (Function)
Used to re-create an empty log.
HActivateTrigger (Function)
Re-enables a trigger that was disabled by HDeactivateTrigger.
WiFiConnectionInfo (Function)
Returns the requested information about the current Wi-Fi connection of the device.
WiFiDeleteNetwork (Function)
Deletes a network from the list of Wi-Fi networks configured on the device.
UTF8ToString (Function)
Converts a UTF-8 string to ANSI or UNICODE.
WEBDEV 2025: New WLanguage features
In version 2025, new functions, properties and data types have been introduced and some have been improved, ......
HTMLToRGB (Function)
Converts the HTML color into RGB color.