ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Handling a WEBDEV Slider control through programming
WEBDEV allows you to handle a Slider control through programming....
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
SessionHeartBeatEnable (Function)
Enables or disables the "heartbeat" of the current session.
Recycle code windows
By default, a single code window is opened per ......
FontCondensed (Property)
The FontCondensed property is used to: Determine if characters in a text are condensed. Condense (or not) the characters in a text....
WINDEV Mobile and SMS messages
WINDEV Mobile allows you to easily send and read SMS messages with the SMS functions of WLanguage......
Enlarging a window
Modern UIs generally use larger windows and larger fonts in the different controls......
Rights on the virtual directory
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
Count (Property)
The Count property returns the number of elements in a given set.
LoWord (Function)
Returns the two low bytes of an integer.
The HTML Edit control: Automatic formatting toolbar
In HTML Edit controls, a formatting toolbar can be automatically displayed when the control becomes editable......
Troubleshooting
This chapter presents the main problems (and their solutions) that can occur when using the WEBDEV Application Server...
Adding files into a replication (ReplicEdit)
When the replication is described, the data files must be added into the replication......
AAF: Sort on the columns of a Table control
WINDEV allows the user to easily sort the columns of a Table control....
Managing MQTT
MQTT is a "publish-subscribe" messaging protocol based on the TCP/IP protocol......
Dictionary
The dictionary is a file that can contain the project elements......
fLock (Function)
Entirely or partially locks an external file.
zipPassword (Function)
Defines the password used to add files into the specified archive and to extract files from the specified archive (RAR, ZIP and WDZ format).
SocketCreate (Function)
Creates a socket.
iPrintImage (Function)
Sends the image file to print to the print buffer.
The Breadcrumb control
The "Breadcrumb" control corresponds to a series of links allowing the Web user to go back into the logical tree structure of a site......
RequestUpdateUI (Function)
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event). This function is kept for backward compatibility.
RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event).