ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Developing applications for iPhone/iPad
To develop a WINDEV Mobile application for iPhone/iPad, you need:
Specific features of iPhone/iPad applications
To simplify the reading in the controls used to view large volumes of data, the end user has the ability to zoom the data found in the control...
Using Objective-C code
You can use Objective-C code in iPhone/iPad applications generated with WINDEV Mobile.
iOSExcludeFileFromiCloud (Function)
Excludes a file from iCloud backup.
IniOSEmulatorMode (Function)
Indicates whether the code is run in the iOS emulator (iPhone, iPad).
Developing sites for specific platforms
Websites can be displayed on many devices (Android, iPhone, etc.)...
TableAddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
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...
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.
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file...
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...