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.
CameraStop (Function)
Stops the video preview or video recording in a Camera control. Function kept...
CheckUserIDentity (Function)
Allows you to check the real identity of the current user via biometrics check.
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
Partial indexing of memos
You now have the ability to index the content of a text memo item......
Handling a control through programming in a report
All report controls can be handled through programming......
The charts
To include charts in your applications or in your sites, WINDEV, WEBDEV and WINDEV Mobile...
grColor (Function)
Returns and initializes the color of different chart elements.
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.
List (Type of variable)
A List variable is a structured type that is used to group a set of elements of the same type.
emailPOP3Session (Type of variable)
The emailPOP3Session type is used to access a messaging server by using the POP3 protocol (Post...
ListSort (Function)
Sorts the elements in a List Box, ListView or Combo Box control populated programmatically.
Managing mutexes in threads
A mutex is used to limit the simultaneous execution of a code (procedure, line of code, etc.)...
Procedure description (Type of variable)
The Procedure Description type is used to get information about a procedure or a method.
emailIMAPSession (Type of variable)
The emailIMAPSession type is used to access a messaging server by using the IMAP protocol (Internet...
Address (Type of variable)
The Address type is used to manipulate the address of a place or person.
TableListChild (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table...
Manipulating a Layout control programmatically
A Layout control can be......
Date (Type of variable)
The Date type enables you to easily handle the dates...
DateTime (Type of variable)
The DateTime type enables you to easily handle a date and a time...
OOP concepts
A class contains the description of a data structure (members) and the processes (methods)...
SourceName (Property)
The SourceName property is used to: Get the name of the report data source. Change the report...
PageNumber (Property)
The PageNumber property is used to: get and change the number of the page displayed in an Image...
dPixelColor (Function)
Identifies the color of a pixel: in an Image control. in an Image variable. in a picLayer...
dChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line): in an Image...
gLink (Function)
Adds an "invisible" value into an element found in a List Box or Combo Box control. Function kept...