ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PC SOFT Free Technical Support
Thank you for buying one of our products......
Android Widget windows
An Android application can contain one or more Widget windows......
Chorus Pro: Automate the submission of invoices
In France, electronic invoicing has become mandatory for invoicing government services......
<Chart>.DonutHolePercentage (Function)
Modifies the percentage corresponding to the radius of the hole in a Donut chart.
grDonutHolePercentage (Function)
Modifies the percentage corresponding to the radius of the hole in a Donut chart.
7. Consuming a web service
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 7 - Consuming a web service - 10 min
HTTPProgressBar (Function)
Displays a progress bar when: receiving the response to an HTTP request. sending an HTTP form (HTTPSendForm) or an HTTP query....
In-House deployment
Apple's In-House deployment allows you to overcome most of the constraints of the other two modes (App Store deployment and Ad Hoc deployment) and to widely distribute an application without the need to reference client devices in advance......
".STY" file: "Style sheet" file
A style sheet is a "......
Managing pinned projects
The home window of WINDEV, WEBDEV and WINDEV Mobile allows you to manage the pinned projects when opening an existing project......
3. UML models in practice
Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key......
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
AAF: Simple edit options in an edit control
The context menu of an edit control is used to perform simple edit operations...
Custom style sheet
When creating a project, a blank custom style sheet is created and associated with the current project......
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
<httpRequest variable>.Send (Function)
Sends an HTTP request and waits for the response from the HTTP server.
3. Application development cycle
Development cycle of a WINDEV application....
Checking an element back in the Source Code Manager (SCM)
Checking an element back in the repository is used to make the modified element available to all the users of the Source Code Manager......
XMLInsertDocument (Function)
Inserts the current XML tag found in an XML document into another XML document.
Creating an Android widget
Widgets are small applications that can be displayed on the home screen of phones or tablets......
Style (Property)
The Style property is used to: retrieve or assign the entire style of a control (including the overrides). find out the style characteristics of an element in a Word Processing document....
httpRequest (Type of variable)
The httpRequest type is used to retrieve the advanced characteristics of an HTTP/HTTPS request....
SourceToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.