ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project description: Advanced tab
The project description window allows you to configure various elements of your project......
Project description: SCM tab
The project description window allows you to configure various elements of your project......
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......
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
Signature of iOS applications
Signing an application is mandatory from Xcode 8......
Differences and specific features of an HFSQL Client/Server application
The management mode of data files may have to be adapted when using an HFSQL Client/Server application......
HCS.Timeout (Variable)
The HCS.Timeout variable is used to modify the connection timeout: for the connections established by HOpenConnection. for the automatic connection openings....
HCS.FrameSize (Variable)
The HCS.FrameSize variable is used to resize the outgoing data frame.
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min
iOS specific buttons
WINDEV Mobile includes several standard Apple buttons......
HFSQL Client/Server: Configuring the data files on the server
Overview
Overview of the different operators...
<ANSI String type>.Contains (Function)
Allows you to check if a substring is within a string.
Contains (Function)
Allows you to check if a substring is within a string.
Support for the setup program
When creating the setup program via the wizard, you have the ability to choose the options regarding the setup support....
The UML model
The main objective of a development team is to create optimized applications, capable of satisfying the ever-changing needs of their users......
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
Handling a Radio Button control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Radio Button controls......
WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic......
Project description: Project tab
The project description window allows you to configure various elements of your project......
Creating an SCM repository
To share a project via the Source Code Manager, a repository must be created......
Type of item: Secure password
"Password" items are used to securely store passwords by using a salt and a hash algorithm......
String functions (prefix syntax)
The following functions are used to handle strings, using prefix syntax:
String functions
List of functions for managing character strings...
Push notification: iOS configuration
To use the Push notifications in iOS, you must have a Google account and you must perform a specific configuration......