ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NetStartServer (Function)
Starts an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
SocketConnectSSL (Function)
Used to establish a secure connection to an SSL server.
ZOrder (Property)
The ZOrder property gets and sets the Z-order of an element.
ErrorThrow (Function)
Throw a non-fatal error.
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
The "dynamic" Tab control (prefix syntax)
The "Dynamic tab" Tab control is used to display several windows in the same 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.
Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables......
iColumnNum (Function)
Returns the number of the current column in a multi-column report.
fResourceDir (Function)
Returns the path of the read-only resources of the application.
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....
DialogAsynchronous (Function)
Displays a non-blocking message box and calls a WLanguage procedure with the value of the button clicked by the user.
HTMLToRGB (Function)
Converts the HTML color into RGB color.
UploadFileName (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....
RealToDateTime (Function)
Converts an 8-byte real to a date and time.
StringToUTF8 (Function)
Converts an ANSI or UNICODE string to UTF-8.
CalendarSelectMinus (Function)
Deselects a date in a multi-selection Calendar control.
Programming an indexed control
VariantConvert (Function)
Converts the value stored in a Variant variable].
DateTimeToReal (Function)
Converts a date and time to an 8-byte real.
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.
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.