ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ErrorThrow (Function)
Throw a non-fatal error.
SocketDeny (Function)
Run on the server, this function refuses a request for connection to an existing socket found on the server.
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
SocketWaitForConnection (Function)
Run on the server, this function is used to wait for a connection request coming from the client sockets.
SocketWrite (Function)
Writes a message intended to another socket.
iColumnEnd (Function)
Forces a column break in a multi-column report.
Showing or hiding empty events or processes of an element
All WLanguage code is written in the code editor, which offers several events on a given control ......
ServiceRefresh (Function)
Asks a service to re-read its configuration information.
SocketClose (Function)
Closes a socket or a connection to a server socket.
Error 1021: The method of the class is not global
UTF8ToUnicode (Function)
Converts a UTF-8 string to Unicode
UTF8ToAnsi (Function)
Converts a UTF-8 string to ANSI.
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....
UploadCopyFile (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....
HTMLToRGB (Function)
Converts the HTML color into RGB color.
WDDIXIO License Agreement
WDDIXIO License Agreement...
VariantConvert (Function)
Converts the value stored in a Variant variable].
CalendarSelectMinus (Function)
Deselects a date in a multi-selection Calendar control.
ZOrder (Property)
The ZOrder property gets and sets the Z-order of an element.
Handling an Internal Window control through programming
The "Internal Window" control is used to display an existing internal window......
Error 1012: The class member is not global: it cannot be accessed from a global method
WiFiConnect (Function)
Connects the device to the specified Wi-Fi network.
StringToUTF8 (Function)
Converts an ANSI or UNICODE string to UTF-8.
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").
HActivateTrigger (Function)
Re-enables a trigger that was disabled by HDeactivateTrigger.