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.)...
MapPolygon (Type of variable)
The MapPolygon type is used to define the characteristics of a polygon to be drawn on the map...
Constants for managing the User Groupware
List of constants used by the functions for managing the User Groupware....
MyWindow (Reserved word)
MyWindow is used to handle the current window...
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called...
Filter (Property)
The Filter property is used to identify and change the filter applied to records in: Table...
Minute (Property)
The Minute property is used to: Retrieve the minutes from a Time or DateTime variable,...
Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
HCross (Function)
Crosses a record in a data file.
Reading an email
This help page explains how to read an email from a WINDEV application and how to display...
HForward (Function)
Moves several records forward from the current position in the data file, according to a specified...
HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine....
Managing the automatic identifiers when adding a record
When adding a record into a HyperFileSQL file (HAdd), three management modes are available...
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box,...
HFSQL thumbnails
To optimize the display of images in your application or in your site, you have the ability to use...
Scheduler control: Customize appointments
In the Scheduler control, the appointment is displayed in a specific area......
HOnError (Function)
Customizes the management of HFSQL errors.
grCreate (Function)
Creates a specific type of chart.
Layout control properties
You can manipulate Layout controls (and its cells) in a window or page using the following...
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal...
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min
BTLECharacteristicWriteValue (Function)
Writes a value to a characteristic on a Bluetooth Low Energy device.
CameraParameter (Function)
Returns or modifies the value of a parameter for the device camera. Function kept...
Height (Property)
The Height property is used to get and change the height of an element.
RadioButtonInsert (Function)
Inserts a new option into a Radio Button control.
ChronoReset (Function)
Stops and resets a running stopwatch.