ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

1. WLanguage
WINDEV Mobile tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
diagActionAllowed (Type of variable)
The diagActionAuthorized type is used to define the actions available to end users on a diagram shape in the Diagram Editor control.
2. Deploying a static site or a PHP site
Installing an HFSQL Client/Server server with an application
When creating the setup program of a WINDEV application using HFSQL Client/Server data files, the wizard allows you to......
Native MySQL Connector: Specific features and remarks
Remarks and specific features of the Native MySQL Connector...
TmeLine control linked to a data file or variable
You can create TimeLine controls directly linked to the data....
Handling the cells of report table
The operations that can be performed on the table cells are as follows:...
Report viewer: "Find" tab
A search feature is automatically available when previewing a report......
Document (Type of variable)
The Document type is used to handle a "docx" document.
Installing a SOAP server with IIS
Deploying in the cloud for PC SOFT applications
PC SOFT allows you to host your sites in the CLOUD for PC SOFT applications......
Aligning elements in a List Box or Combo Box control
There are different methods to align the elements in a List Box or Combo Box control......
NetOpenRemoteAccess (Function)
Establishes a remote connection.
fWebDir (Function)
Returns the physical name of the directory containing the images, the JavaScript files and the Java files of the WEBDEV site.
ArrowStart (Function)
Sets the position of the source end of an arrow in a "Shape" control.
ArrowEnd (Function)
Sets the position of the target end of an arrow in a "Shape" control.
BurnerSave (Example)
Usage example of the BurnerSave function
Positioning on a line in an edit control (AAF)
Several methods can be used to automatically position the edit cursor on a specific line in an edit control:...
redisConnection (Type of variable)
The redisConnection type is used to define all the advanced characteristics of a connection to a Redis server (or cluster).
Editable reports
The report editor can be used to create form reports, which include different controls allowing users to enter data......
MaskTitleDate (Property)
The MaskTitleDate property is used to identify and change the input mask used for the title of day columns in Organizer or Scheduler controls
Joins between the data files of a select query
When several data files are used in a query, the query editor automatically searches for the links between these files described in the analysis......
Sending faxes with WINDEV and WEBDEV
To send faxes from an application or from a site, WINDEV and WEBDEV propose several functions allowing you to send faxes via the system fax server available in Windows XP and Windows 2000......
ScrollWithFinger (Property)
The ScrollWithFinger property is used to: Determine if the content of a control can be moved with the finger ("finger scrolling"). Enable or disable touch-responsiveness for a control....
HCopyFile (Example)
Usage example of the HCopyFile function