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.
SpeechSynthesisReadText (Function)
Reads the specified text using the device's text-to-speech engine....
WorkingDirectory (Property)
The WorkingDirectory property is used to: get or change the directory used by the HTML Editor...
Sound (Function)
Plays a sound in WAV format.
NoteTitle (Property)
The NoteTitle property is used to: Get the title of the notes used in the technical...
InitialVisible (Property)
The InitialVisible property is used to determine if: a control was visible during the first...
Using the Wi-Fi
WINDEV and WINDEV Mobile propose the WiFi functions to easily access the Wi-Fi networks......
ProjectInfo (Function)
Returns specific information about the project currently run.
EventChange (Function)
Modifies the status of an event.
FTPListFile (Function)
Lists the files (and/or the directories) found in a directory of an FTP server and returns...
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
HStatCalculate (Function)
Performs various statistical calculations on the file keys.
Label report
The report editor allows you to create "Label" reports......
grAxisTitle (Function)
Defines the title of X-axis and the title of Y-axis in a chart.
iInitReportQuery (Function)
Initializes the query linked to the report (for a query with parameters).
Properties associated with a group of controls
Several WLanguage properties can be used on a group of controls found in a window, in a page...
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
1. Installing an application on Android, iOS, etc.
There are multiple methods to install a WINDEV Mobile application...
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next...
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings...
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates...
HCreateMovableReplica (Function)
Creates a movable replication.
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.