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.
MultimediaStop (Function)
Stops playing a media file found in a Multimedia control.
MultimediaPosition (Function)
Returns or modifies the current position of the media file currently played in the Multimedia...
UncompleteDir (Function)
Removes the '/' or '\' characters from the end of a string, if necessary....
InDays (Property)
The InDays property is used to convert a Duration variable to days.
InHours (Property)
The InHours property is used to convert a Duration variable to hours.
nfcData (Type of variable)
The nfcData type is used to describe and handle the data of a variable of type nfcTag.
InMinutes (Property)
The InMinutes property is used to convert a Duration variable to minutes.
InSeconds (Property)
The InSeconds property is used to convert a Duration variable to seconds.
InMilliseconds (Property)
The InMilliseconds property is used to convert a Duration variable to milliseconds.
BankHolidayDeleteAll (Function)
Clears the list of all public holidays.
SFModify (Function)
Modifies the records of a file defined in Salesforce.
HModifyTask (Function)
Modifies a scheduled task on the HFSQL server defined by the connection.
LeftIndent (Property)
The LeftIndent property is used to get and change the space to the left of the text in a control.
geoDistance (Function)
Returns the distance between the two locations. This distance is expressed in meters by default.
CurrentYear (Function)
Returns the current year in integer format.
BrowserRunApp (Function)
Opens the default Web browser of the current device.
dbgEndMemoryDiff (Function)
Saves a memory dump containing the memory resources that have been allocated...
SchedulerMode (Function)
Returns the display mode of a Scheduler control: day, week, month, ...
PositionToLine (Function)
Returns the number of the line that contains a character identified by its position in a block...
StringReverse (Function)
Reverses the characters of a string.
WidthInPixel (Property)
The WidthInPixel property is used to get the width in pixels of a control in a report.
NbMemoItem (Property)
The NbMemoItem property is used to get the total number of memo items in a record of: a file...
fDelete (Function)
Deletes a file accessible from the current computer.
RepeatString (Function)
Concatenates N number of copies of the same specified string or buffer.
InPHPMode (Function)
Indicates whether the code is run in PHP.