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.
HTTPRequest (Function)
Starts an HTTP request on a server.
The Kanban control
Originally, Kanban is a Japanese method aimed at improving processes for a better, more efficient...
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data...
1. Application overview
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 1 - Application overview...
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element...
URI (Type of variable)
The URI (Uniform Resource Identifier) type identifies physical or abstract resources (e.g. files...
Width (Property)
The Width property is used to determine and change the width of an element.
Properties associated with the rows of a TreeView Table control
The rows of TreeView Table controls in a window or page can be manipulated using WLanguage...
NotifPushSend (Function)
Sends a push notification to a mobile device (iOS or Android).
rssChannel (Type of variable)
The rssChannel type is used to handle a RSS channel...
Variable Description (Type of variable)
The Variable Description type is used to get information about a variable or a member.
xmlNode (Type of variable)
The xmlNode type is used to handle a node of an XML document.
InputMask (Type of variable)
The InputMask type is used to define all the advanced characteristics of a custom input mask.
Handling menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ......
MySelf (Reserved word)
MySelf is used to handle the current control...
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer,...
Month (Property)
The Month property is used to: Retrieve the month from a Date or DateTime variable. Modify...
dEndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts....
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
The archives
WINDEV, WEBDEV and WINDEV Mobile propose several WLanguage functions allowing you to compress...
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or...
dText (Function)
Draws a text: in an Image control, in an Image variable, in a WDPic variable...
Events associated with the project
List of events associated with the project...