ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Styling maps from Google Maps
In WINDEV and Android applications, Map controls use Google Maps......
Testing and debugging a remote site
WEBDEV offers several methods to test and debug a site on the development computer (see The different types of WEBDEV sites)......
Minimap
The minimap is an option that allows you to quickly navigate the code editor......
7. Custom-Folders: Organize your project
Custom-Folders: Organize your project...
The Pager control
The Pager control is used to quickly access the records of a Table or Looper control displayed on several pages......
Native Oracle Connector: Running the same query several times
In some cases, it may be useful to run the same query multiple times while modifying one or more parameters......
The Spin control
A Spin control is used to increase or reduce a value found in a control......
HFSQL Client/Server: Overview
You have the ability to create applications that access the HFSQL Client/Server databases......
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
Docusign: Electronic signature
It is now common for individuals or businesses to sign contracts electronically......
Cloning a theme or a theme
"Themes" and "themes" are UI templates that you can apply to a project......
Linking a Combo Box control to a table
A List Box or Combo Box control can be used to display the content of a table, to allow a user to select a record, for example......
HCreationIfNotFound (Function)
Performs the following operations: If the table doesn't exist, create an empty table (file with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary. The function is equivalent to HCreation. If the table exists, opens the table....
<Source>.CreateIfNotFound (Function)
Performs the following operations: If the table doesn't exist, create an empty table (file with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary. The function is equivalent to HCreation. If the table exists, opens the table....
Filter (Property)
The Filter property is used to identify and change the filter applied to records in: Data-bound Table controls, browsing TreeView Table controls, browsing List Box controls, Combo Box controls based on a table, Looper controls based on a table....
The Context Menu control (WEBDEV)
Context menus are often used in websites......
Window with arrow (iPad)
The principle of windows with arrow is straightforward......
MongoDB/GRIDFS databases
MongoDB is a document-oriented NoSQL database......
Generating and receiving a one-time code
In mobile applications, two-factor authentication is a common method used to verify a user's identity......
18. Order of execution of the code of buttons/links
21. Managing business rules
Managing business rules...
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....