ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
General options of WINDEV, WEBDEV and WINDEV Mobile
The general options are used to configure the working environment of the product used......
WLanguage procedure called by FTPListFile
Procedure ("Callback") called by FTPListFile for each file found.
Compiling a WINDEV Mobile project in Xcode
When the WINDEV Mobile project for iPhone/iPad is generated on the development computer, the generated files must be transferred onto a Mac in order to be compiled......
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
DeleteParameter (Function)
Deletes a parameter (or a set of parameters) saved either by SaveParameter, or automatically via the persistence of data in the controls.
Describing the replication (ReplicEdit)
ReplicEdit is used to create a replication via a wizard, but the replication description window allows identifying or configuring additional parameters......
GetIdentifier (Function)
Calculates a unique identifier (integer) for an executable or for a session.
inAppProduct (Type of variable)
The inAppProduct type is used to define the advanced characteristics of a product for an In-App purchase.
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
Utility components
WINDEV includes several utility components that allow you to handle data directly......
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
9. Sharing a project in practice
Sharing a project in practice...
Creating the executable and the setup program
WINDEV Tutorial - Deploying an application Creating the executable and the setup program - 30 min
Shared memory areas
WINDEV, WEBDEV and WINDEV Mobile allow you to handle shared memory areas......
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
Definition (Type of variable)
The Definition type is used to find out the characteristics of a type: simple type, advanced type, class, structure....
User Groupware: Multilingual applications
If your application is a multilingual application, the multilingual feature must also be managed in the windows/pages of user groupware......
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
ChangeAction (Function)
Used to specify the action to perform when the HTML page displayed in the browser is no longer synchronized with the page context on server.
Composite keys
A composite key is a key item containing several other items......
Android In-App configuration
A specific configuration is required to manage the In-App purchases in an Android application......
Constants for managing Map controls
Constants for managing Map controls...
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
HFilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.