ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ZOrder (Property)
The ZOrder property gets and sets the Z-order of an element.
Handling a dynamic tab through programming (prefix syntax)
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
The "dynamic" Tab control (prefix syntax)
The "Dynamic tab" Tab control is used to display several windows in the same window......
SocketConnectSSL (Function)
Used to establish a secure connection to an SSL server.
SocketAccept (Function)
Run on the server, this function accepts a request for connecting to an existing socket found on the server.
SocketWaitForConnection (Function)
Run on the server, this function is used to wait for a connection request coming from the client sockets.
ERR_LAUNCH_FAILED
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.
WINDEV License Agreement
WINDEV License Agreement...
Error 1012: The class member is not global: it cannot be accessed from a global method
SocketWrite (Function)
Writes a message intended to another socket.
WiFiConnect (Function)
Connects the device to the specified Wi-Fi network.
SocketClose (Function)
Closes a socket or a connection to a server socket.
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....
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.
WDGenPage: Use in command line mode
WDGenPage run in command line is used to generate one or more semi-dynamic pages without starting WEBDEV or WDGenPage....
HTMLToRGB (Function)
Converts the HTML color into RGB color.
CalendarSelectMinus (Function)
Deselects a date in a multi-selection Calendar control.
Handling an Internal Window control through programming
The "Internal Window" control is used to display an existing internal window......
DateTimeToReal (Function)
Converts a date and time to an 8-byte real.