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.
xmlSignatureInformationKeyX509 (Type of variable)
The xmlSignatureInformationKeyX509 type is used to define the information that must be included...
StrikeOut (Property)
The StrikeOut property is used to: Determine whether the strikethrough formatting is applied...
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
Procedure/Function
A procedure is used to associate an identifier with a statement block......
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value...
GesturePosY (Function)
Returns the vertical position of the pointer (finger or stylus).
AccentSensitive (Property)
The AccentSensitive property is used to determine if accented characters are taken into account...
LooperSort (Function)
Allows you to: Sort a Looper control according to one or more attributes. Sort a Looper...
ExeInfo (Function)
Retrieves the specified information about the version of an executable or DLL.
dLine (Function)
Draws a line: in an Image control, in an Image variable, in a WDPic variable...
dBackground (Function)
Declares the default background color for the rectangles, circles, etc.:: in an Image control,...
dCircle (Function)
Draws a circle or an ellipse: in an Image control, in an Image variable, in a WDPic...
InComponentMode (Function)
Indicates whether the code is run: from a WINDEV application, a WEBDEV site or a PHP page....
dPen (Function)
Declares the default color and style for the lines, rectangles, circles, ... found: in an Image...
FinFutureVal (Function)
Returns the future value of an investment.
FinRepayVal (Function)
Returns the amount of each regular payment for an investment with fixed interest rate and fixed...
fCreate (Function)
Creates an external file.
ThreadMode (Function)
Changes the management mode of threads.
The Calculated control
The "Calculated" control is used to perform calculations in a report......
FTPRenameFile (Function)
Renames or moves a file found on an FTP server (File Transfer Protocol).
FTPMakeDir (Function)
Creates a directory on an FTP server (File Transfer Protocol).
FTPRemoveDir (Function)
Deletes a directory and its content (files and sub-directories) from an FTP server (File Transfer...
FTPDeleteFile (Function)
Deletes a file from an FTP server (File Transfer Protocol).
grLabelFont (Function)
Modifies the font used for the category labels of a chart.
grCategoryLabel (Function)
Initializes the label of a data category (or section) in a chart.