ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Native Progress Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Progress ......
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
Data model editor: Describing a connection
Any program developed with WINDEV, WEBDEV or WINDEV Mobile can easily access......
GPSStopDetection (Function)
Stops the location detection triggered by GPSDetectPosition.
NotifPushEnable (Function)
Enables the management of push notifications in a WINDEV Mobile application (Android or iOS).
How to create an SQL query to get a TOP 10?
This help page presents the method for creating an SQL query used to get the first 10 records......
How to create a query with external join?
In SQL language, an external join is used to exclude or include file records with or without correspondences in the linked files......
docStyle (Type of variable)
The docStyle type is used to define the advanced characteristics of a style belonging to a document, a paragraph or a document fragment.
2. Types of setup
Types of setup...
SCM: Retrieving changes made in a branch
Any changes made in a branch can be retrieved in the main version of the application......
Handling a Logical Data Model (LDM)
The main operations that can be performed on an LDM are as follows......
Overview of external languages
5. Creating a drop-down menu
WINDEV Tutorial: WINDEV application: Managing data Lesson 5 - Creating a drop-down menu - 30 min
Native Sybase Connector: Output value of a stored procedure run on the server
The Native Sybase Connector (also called Native Sybase Access) is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
Reals
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
SQLFirst (Function)
Positions on the first row of the query result.
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.
Handling data files in PHP
WEBDEV allows you to create a PHP site that handles data files......
iCreateFont (Function)
Creates a new print font.
User login: User Groupware
WINDEV Tutorial: User Groupware User login: User Groupware - 20 mn
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....
16. Application test in practice