ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Layout control properties
You can manipulate Layout controls (and its cells) in a window or page using the following WLanguage properties......
RTFToText (Function)
Returns the text without the formatting characteristics specific to the RTF format.
HCloseConnection (Example)
Usage example of the HCloseConenction function
Handling a Scrollbar control through programming
WINDEV allows you to handle a Scrollbar control through programming......
Associating a control with a tab pane
Methods to associate a control with a tab pane......
H.ErrIgnore (Variable)
Specifies the mode for processing the errors: the errors are processed by WINDEV the errors are processed by the program....
fOpen (Example)
Usage example of the fOpen function
Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...
Setup for WINDEV and WEBDEV (Development version and WEBDEV Application Server for Windows)
Project Management Hub: Managing messages
To manage messages in the Project Management Hub, you can use the secure messaging tool included in WINDEV, WEBDEV and WINDEV Mobile......
Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
DialogAsynchronous (Function)
Displays a non-blocking message box and calls a WLanguage procedure with the value of the button clicked by the user.
2. Analysis in practice
Monitoring robot: Configuring the robot parameters
From the monitor, you can change the configuration options......
Using the Control Centers in Client/Server mode
All the Control Centers provided with WINDEV, WEBDEV and WINDEV Mobile use the same database......
Constants for managing videos
List of constants used by the functions for video management....
ServiceInstall (Function)
Installs a Windows service or a Linux daemon according to the information given in the members of the Service variable.
Constants for managing Windows events
The following constants are used to manage Windows events:...
17. TLS/SSL: Encrypting information on the Web
Sending elements to Free Technical Support
Val (Function)
Returns the numeric value of a character string.
Ping (Function)
Checks whether a network address can be reached by using the ICMP protocol (similar to the PING network utility).
Validating a page from a control that has no action on the server (List Box control, Combo Box, etc.)
By default, the validation of a page must be performed by a "Send the values of controls to the server (Submit)" button......
LDAPReplaceAttribute (Function)
Replaces all the values of an attribute by a specific value.
HReadSeek (Example)
Usage example of the HReadSeek function