ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:
Specific features of iPhone/iPad applications
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...
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...
Speech synthesis in the mobile applications
The phones can talk!...
Managing contacts (mobile devices)
In your mobile applications, you can directly manage the contacts on your mobile device (Android, iPhone, iPad, etc.).
Summary table: Application directory management by platform
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information...
fListResource (Function)
Lists the resources integrated to the application.
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
The pages
Pages are the main interface of a WEBDEV website...
tapiDialerCall (Function)
Opens the default telephony application (dialer) found on the phone and dials the specified number.
Report data source
...The reports can be created with the data coming from:...
<Looper>.Add (Function)
Adds a row at the end of a Looper control.
StoredItem (Property)
The StoredItem property is used to: Find out the stored item or the stored variable of a Table,...
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
WINDEV Mobile 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced...
TableAddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file...
Version (Property)
The Version property is used to get and change the version of an element.
Icon
The "Icon" keyword corresponds to the Icon type, or to the Icon property.
Path (Property)
The Path property gets and sets a path.
BCDecode (Function)
Decodes the information stored in a QR Code bar code.
First project window
2. Types of setup
Types of setup...
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
The "Scatter" charts
A scatter chart (XY) represents the relationship between two numeric values in two series...
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
HashString (Function)
Calculates the Hash of a character string according to a specific algorithm.
HListFile (Function)
Returns the list of files: found in the current analysis or in a specific analysis recognized...
Step 2: Creating print fonts
This step allows you to define and choose the different fonts that will be used in the printed...
Scheduler control properties
A Scheduler control found in a window or in a page can be handled in WLanguage by the following...
Table control properties
A Table control found in a window or in a page can be handled in WLanguage by the following...
ReplicInitialize (Function)
Initializes or reinitializes a replication defined by the replication editor (ReplicEdit).
LooperMoveLine (Function)
Moves a row or swaps two rows in a Looper control.
HListFullTextIndex (Function)
Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine.
sfExecuteProcessResult (Type of variable)
The sfExecuteProcessResult type is used to find out the result of SFExecuteProcess...