ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing dates and times
WINDEV, WEBDEV and WINDEV Mobile propose several methods for managing dates and times in your applications...
Handling an HTML control through programming
WINDEV and WEBDEV allow you to handle an HTML control through programming......
Control template
A control template is a set of controls that can be re-used in several windows or pages......
Controlling the WEBDEV Application Server
Starting with version 28, you can remotely control the WEBDEV Application Server......
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
Native Access to SAP
SAP is a widely used ERP......
How to loop through the files of a directory?
This help page presents the different methods that can be used to loop through the files of a directory....
Project image gallery
The project image gallery allows viewing all the images of a project in a single click......
Importing styles from a WordPress theme with WEBDEV
WordPress offers numerous templates to create original websites...
Extracting the text of the project
The following text can be extracted......
Inserting an image or video into a help page
It can be useful to use images or videos in help pages to explain the actions to be done, indicate which buttons must be used, etc....
2. How to test a site?
Manual deployment of a dynamic site
WEBDEV proposes several methods for deploying a dynamic site......
fTime (Example)
Usage example of the fTime function
<Source>.FilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
SaaS administrator - Adding a client
Adding a SaaS client account is used to make a SaaS site available to the users......
Software Factory
The concept of software factory is used to automate the process for creating applications....
Dynamic instantiation of object
An object can be dynamically associated with a class, we talk of dynamic instantiation of object......
Selection conditions of a query
The selection conditions of records are applied to the items used in the queries......
<Source>.FilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
Error 1001: The operators: and:: can only be used in the methods of classes
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......
Handling a Link control through programming (Page)
WEBDEV allows you to handle a Link control through programming......
Managing sockets with WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions allowing you to perform an advanced management of sockets......
Composite keys
A composite key is a key item containing several other items......
Handling a WinForm .Net control through programming