ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

14. Controls in practice
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
"?" menu
WINDEV proposes a help menu adapted to your applications......
The Word Processing control
The "Word processing" control is an advanced control that allows the end user to create and edit documents in docx format......
2. WEBDEV administrator in practice
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
LanguageDescribed (Property)
The LanguageDescribed property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
WEBDEV administrator: Setups
The "Setups" tab allows you to configure the different administration features of the WEBDEV server......
Z-index of a control
All the controls in a window or report have a different z-index......
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
Discover WINDEV Mobile
WINDEV Mobile tutorial: WINDEV Mobile overview Discover WINDEV Mobile - 10 min
1. Implementing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 1 - Implementing a Client/Server database - 10 min...
Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options......
Google Contacts management functions
List of functions for managing Google contacts...
emailAttach (Type of variable)
The emailAttach type is used to handle an attachment.
Using the Salesforce service
Salesforce is a very popular CRM software......
NotifPushSend (Function)
Sends a push notification to a mobile device (iOS or Android).
Process (Property)
The Process property is used to modify the processes to be executed by the events available on a control, window, page, report, etc.
Organization chart linked to a data file
Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......
Deploying in the cloud for PC SOFT applications
PC SOFT allows you to host your sites in the CLOUD for PC SOFT applications......
PhotoRunApp (Function)
Starts the native camera application of the device in order to take a photo.
LooperAddIW (Function)
Adds a row as an internal window at the end of a Looper control populated programmatically.
PDF Reader control events
Positioning marks in the code
The positioning marks are used to "tag" specific lines of code......