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.
StatVariance (Function)
Calculates the variance for a series of values.
BitwiseAND (Function)
Returns the result of the bitwise AND between two values.
DateTimeDifference (Function)
Calculates the difference between two dates and times.
Ping (Function)
Checks whether a network address can be reached by using the ICMP protocol (similar to the PING...
fCompare (Function)
Compares the content of two files bit by bit.
StatSum (Function)
Calculates the sum for a series of values.
StatMax (Function)
Calculates the maximum value for a series of values.
StatMin (Function)
Calculates the minimum value for a series of values.
StatAverage (Function)
Calculates the arithmetic, geometric or harmonic mean for a series of values.
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.
FTPName (Function)
Returns the name of last file accessed by an FTP function (File Transfer Protocol).
grAxisTitleFont (Function)
Modifies the font used for the titles of the chart axes.
grSeriesLabel (Function)
Initializes the label of a data series in a chart.
grDeleteSeries (Function)
Deletes a data series from a chart.
SocketAccept (Function)
Run on the server, this function accepts a request for connecting to an existing socket found...
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored...
grInfoXY (Function)
Returns information about the series found at a specific chart point.
HOnServerCall (Function)
Customizes the management of message display on the client computer and the management...
Step 3: Printing characters, images, ...
This step consists in "sending the different elements to print to the printer"......
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
grType (Function)
Identifies or modifies the type of chart.
ListMoveLine (Function)
Moves a row or swaps two rows in a List Box or Combo Box control.
<Table>.MoveLine (Function)
Moves a row or swaps two rows in a Table control.
<Thread variable>.Wait (Function)
Waits for the end of the execution of the specified thread.
<Image>.DrawPoint (Function)
Draws a point in an Image control.