ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library...
HSendMessageToClient (Function)
Displays a message on the client computers.
FTPCurrentDir (Function)
Gets or sets the current directory on an FTP server (File Transfer Protocol).
Unicode (Property)
The Unicode property is used to: Determine if the value of a control is a Unicode string. Specify whether the value of a control is a Unicode string....
SSHCommand (Function)
Sends a command to an SSH server. The session is automatically started and closed as soon as the command is sent.
Events associated with control templates
List of events associated with control templates...
How to set focus to a window control?
This help page presents the different methods that can be used to set focus to a window control....
fCompress (Example)
Usage example of the fCompress function
fListFile (Example)
Usage example of the fListFile function
Context Menu control properties
You can manipulate Context Menu controls in a page using the following WLanguage properties......
PageEnableDDW (Function)
Enables or disables the DDW (Dim Disabled Window) when displaying a modal page (the pages used to communicate with the user for example).
Value (Property)
The Value property is used to get and change the value of an element.
Height (Property)
The Height property gets and sets the height of an element.
The Check Box control
A Check Box can correspond to......
ArraySort (Example)
Usage example of the ArraySort function
HTML 5: Example for managing the programmed Drag and Drop
To make a WEBDEV site more interactive, you have the ability to implement Drag and Drop in the pages....
WeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is a character string).
BackgroundTaskAdd (Function)
Adds a new background task.
SOAPRun (Example)
Usage example of the SOAPRun function
SOAPGetResult (Example)
Usage example of the SOAPGetResult function
<Source>.DeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
EmailCloseSession (Example)
Usage example of the EmailCloseSession function