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.
HDeleteGroup (Function)
Deletes (from the server) a group of users associated with a connection.
HDeleteUser (Function)
Deletes a user associated with a connection to the HFSQL server.
HCloseConnection (Function)
Closes a connection to a database.
HListGroup (Function)
Returns the list of groups of users defined for a connection.
HListUser (Function)
Returns the list of users defined for a connection.
Transfer (Function)
Copies a block of bytes or a fixed-length string from a memory address into another one.
HDeleteTrigger (Function)
Deletes a trigger.
TableGiveParent (Function)
Returns the "parent" of an element in a TreeView Table control.
HListQueryParameter (Function)
Returns the list of parameters for a query created in the query editor.
iLastFile (Function)
Returns: the full name of the last file generated during the print (PDF, RTF, text,...
ColumnWidth (Property)
The ColumnWidth property is used to get and change the width of each column in a multi-column...
UTF8ToString (Function)
Converts a UTF-8 string to ANSI or UNICODE.
Runtime error management functions
List of functions for managing runtime errors...
XMLResult (Function)
Returns the result of a calculation XPath query.
XMLClose (Function)
Closes an XML document created by XMLDocument.
Date and Time management functions
List of functions for managing dates and times...
BrowsedItem (Property)
The BrowsedItem property is used to: Get the item used to automatically loop through Table,...
Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control...
Notification (Type of variable)
The Notification type is used to handle the local notifications or the push notifications.
CompactOption (Property)
The CompactOption property is used to: determine whether the options of a Check Box, Radio...
ContactSource (Type of variable)
The ContactSource type is used to define the advanced characteristics of a source (or account)...
DashMode (Function)
Opens or closes the Dashboard control edit mode.
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another...
gBackground (Function)
Builds a sequence of characters used to define the display color (background color of a text,...
gPen (Function)
Builds a sequence of characters used to describe the color of the text and/or the color...