ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

LooperSort (Function)
Allows you to: Sort a Looper control according to one or more attributes. Sort a Looper control on all its attributes. Cancel a sort that was performed beforehand (which means ignore the sort)....
WLanguage procedure called by WebSocketClientConnect
WLanguage procedure ("callback") called by WebSocketClientConnect when the connection to the server is established.
WLanguage procedure called by WebSocketClientConnectSSL
WLanguage procedure ("callback") called by WebSocketClientConnectSSL when the connection to the server is established.
Handling a Logical Data Model (LDM)
The main operations that can be performed on an LDM are as follows......
Check Box control properties
Several WLanguage properties can be used on the Check Box controls found in a window, in a page or in a report......
22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
HTTPSimulateNetwork (Function)
Simulates a slow network by limiting the download and upload speed.
CancelWebserviceContext (Function)
Deletes from the web service context a variable added by DeclareWebserviceContext.
PopupDisplayPage (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
NotifListCategory (Function)
Lists the notification categories of the application.
Opening a window from a secondary thread
A secondary thread cannot directly open a window with the standard WLanguage functions such as......
ThreadMode (Function)
Changes the management mode of threads.
FTPRenameFile (Function)
Renames or moves a file found on an FTP server (File Transfer Protocol).
FTPMakeDir (Function)
Creates a directory on an FTP server (File Transfer Protocol).
FTPRemoveDir (Function)
Deletes a directory and its content (files and sub-directories) from an FTP server (File Transfer Protocol).
FTPDeleteFile (Function)
Deletes a file from an FTP server (File Transfer Protocol).
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
zipMsgError (Function)
Returns the message associated with an error code on an archive.
zipDeleteAll (Function)
Deletes all files from an archive.