ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Specific features of iPhone/iPad applications
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:
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...
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:
fListResource (Function)
Lists the resources integrated to the application.
Non-maximized windows in iOS
A non-maximized window can occupy a section of the screen only...
Signature of iOS applications
Signing an application is mandatory from Xcode 8...
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.).
MacOS - Developing an application in Catalyst mode
Apple has recently released an SDK to natively compile iOS applications for MacOS...
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information...
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
HExportJSON (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to a JSON file.
Constants used by the functions for managing Tab controls
NumberDisplayedPage (Property)
The NumberDisplayedPage property is used to identify and change the number of the page currently...
Dynamic structure (Type of variable)
A structure can be allocated dynamically...
GOTO statement
The GOTO statement is used to run a code identified by a given label...
TelemetryEnable (Function)
Enables the telemetry manually.
HeightInPixel (Property)
The HeightInPixel property is used to get the height in pixels of a control in a report.
NbItem (Property)
The NbItem property is used to get the total number of items (including composite keys) in a record...
MultitaskRedraw (Function)
Immediately redraws the window controls that will be graphically refreshed.
Control management functions
List of functions for managing controls...
Window management functions
List of functions for managing windows...
InitParameter (Function)
Initializes the management of persistent values.
MemRetrieve (Function)
Retrieves the return value of an element found in a memory zone.
Charact (Function)
Returns the character corresponding to the specified ASCII code.
Asc (Function)
Returns the ASCII code of the specified character.
Count (Function)
Returns the number of occurrences of a control in a window, in a page or in a group of controls.
IntegerPart (Function)
Returns the integer part of a number.
EventDestroy (Function)
Explicitly destroys an event.
fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit...
SemaphoreEnd (Function)
Allows one or more threads to exit from the area protected by the semaphore.
MatCopy (Function)
Creates the copy of a matrix.
MatFloatAdd (Function)
Adds a value to each matrix element.
MatDelete (Function)
Deletes an existing matrix.
HErrorDuplicates (Function)
Used to check whether a duplicate error occurred.
HSetMemo (Function)
Used to modify the management mode of memo items.