ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Window with arrow (iPad)
The principle of windows with arrow is straightforward...
Developing applications for iPhone/iPad
To develop a WINDEV Mobile application for iPhone/iPad, you need:
Specific features of iPhone/iPad applications
To simplify the reading in the controls used to view large volumes of data, the end user has the ability to zoom the data found in the control...
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:
Managing contacts (mobile devices)
In your mobile applications, you can directly manage the contacts on your mobile device (Android, iPhone, iPad, etc.).
Speech synthesis in the mobile applications
The phones can talk!...
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:
Signature of iOS applications
Signing an application is mandatory from Xcode 8...
Non-maximized windows in iOS
A non-maximized window can occupy a section of the screen only...
MacOS - Developing an application in Catalyst mode
Apple has recently released an SDK to natively compile iOS applications for MacOS...
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...
iOSExcludeFileFromiCloud (Function)
Excludes a file from iCloud backup.
Using Objective-C code
You can use Objective-C code in iPhone/iPad applications generated with WINDEV Mobile.
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information...
IniOSEmulatorMode (Function)
Indicates whether the code is run in the iOS emulator (iPhone, iPad).
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
Developing sites for specific platforms
Websites can be displayed on many devices (Android, iPhone, etc.)...
Value (Property)
The Value property is used to get and change the value of an element.
HashCheckFile (Function)
Checks the Hash of a file for a specific type of algorithm.
LooperAdd (Function)
Adds a row at the end of a Looper control.
The Scheduler control
...The Scheduler control is used to automatically display and handle schedules. It is used to manage...
TableSelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially...
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator....
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call...
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start...
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
EmailReadPrevious (Function)
Reads the email found before the current email according to the protocol used (POP3 or IMAP, MS...
LooperDelete (Function)
Deletes a row from a Looper control.
rssSource (Type of variable)
The rssSource type is used to describe the source of an entry for an RSS stream...
sfProcessWorkItemRequest (Type of variable)
The sfProcessWorkItemRequest type is used to describe a query for processing a task to submit...
sfDeleteResult (Type of variable)
The sfDeleteResult type is used to find out the result of SFDelete...
MoveLine (Function)
Allows you to: move a row in a two-dimensional WLanguage array or in an advanced array...
InTSEMode (Function)
Indicates whether the code is run: from a computer in TSE mode or from a remote desktop....
InUMCMode (Function)
Indicates whether the code is run from a code written in a user macro-code.
gBackgroundGradient (Function)
Describes a display color in gradient mode.
HAddTask (Function)
Adds a scheduled task on the server defined by the connection.
In64bitMode (Function)
Indicates whether the code is run in 64-bit mode or not.
GetTypeDefinition (Function)
Gets the description of a type identified by name.
CertificateCheckString (Function)
Checks the correspondence between a signature and a string.
RoundFloor (Function)
Returns: the numeric value rounded down to the nearest integer. the duration rounded...
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.