ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Stack variable>.Push (Function)
Pushes an element onto the stack.
BuildAutomationVariant (Function)
Builds an Automation variant parameter.
xlsColumnTitle (Function)
Retrieves the title of a column found in an XLS file.
Error 1021: The method of the class is not global
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.
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)......
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....
SocketConnectSSL (Function)
Used to establish a secure connection to an SSL server.
ERR_LAUNCH_FAILED
SocketAccept (Function)
Run on the server, this function accepts a request for connecting to an existing socket found on the server.
<Camera>.Capture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....
SocketWaitForConnection (Function)
Run on the server, this function is used to wait for a connection request coming from the client sockets.
CountryGet (Function)
Returns the Country variable corresponding to an ISO code or to the country caption according to ISO 3166-1.
SocketDeny (Function)
Run on the server, this function refuses a request for connection to an existing socket found on the server.
GetCountryName (Function)
Returns the name of a country that corresponds to its ISO code according to the ISO 3166-1 standard.
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
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......
WINDEV License Agreement
WINDEV License Agreement...
FontUnload (Function)
Unloads a font previously loaded with FontLoad. This new function is available from WINDEV Suite SaaS 2025 Update 1....
ErrorThrow (Function)
Throw a non-fatal error.
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
ZOrder (Property)
The ZOrder property gets and sets the Z-order of an element.