ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SocketDeny (Function)
Run on the server, this function refuses a request for connection to an existing socket found on the server.
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.
ZOrder (Property)
The ZOrder property gets and sets the Z-order of an element.
ErrorThrow (Function)
Throw a non-fatal error.
nWDSetCallbackNext
Set the "callback" called when using the WDKEY and RETURNWDKEY keywords for the next window to open (in C, Pascal and Visual Basic only)......
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
WINDEV License Agreement
WINDEV License Agreement...
WiFiConnect (Function)
Connects the device to the specified Wi-Fi network.
SocketClose (Function)
Closes a socket or a connection to a server socket.
Error 1012: The class member is not global: it cannot be accessed from a global method
iColumnNum (Function)
Returns the number of the current column in a multi-column report.
Useful parameters of a procedure
A procedure can declare some parameters that are not immediately used. In this case, a warning appears in the code editor, indicating that the local variable is not used....
Managing the HDFS system
HDFS (Hadoop Distributed File System) is one of the component of the Hadoop framework......
DirectInputAPT (Property)
The DirectInputAPT property is used to determine and specify if the user can directly change the title of an appointment in a Scheduler or Organizer control.
HTMLToRGB (Function)
Converts the HTML color into RGB color.
TwoFactorAuthenticationGenerateTOTPKey (Function)
Generates a TOTP Key for an application user.
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....
FlexRowGap (Property)
The Property FlexRowGap allows you to know and modify the height of the gutter which separates the lines of a control Flexbox.
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....
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......
VariantConvert (Function)
Converts the value stored in a Variant variable].
Access rights to a class property: special cases
The retrieval and assignment processes can be public, private or protected. The access rights of the property correspond to the less restrictive rights of the two processes....