ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Google Contacts management functions
List of functions for managing Google contacts...
GDPR: Concrete solutions
GDPR: General Data Protection Regulation...
Management of Google contacts (prefix syntax)
The Google Contact service is used to manage contacts on Internet......
Check: Activity of an application
The monitoring robot proposes to check the activity of a WINDEV application......
Native AS/400 Connector
WINDEV and WEBDEV include an optional module to access AS/400 databases......
The Image Editor control (WEBDEV)
By using the Image Editor control in your websites, you will allow users to create and edit images or photos......
4. WEBDEV, WINDEV and WINDEV Mobile: fully compatible format
Deploying in the cloud for PC SOFT applications
PC SOFT allows you to host your sites in the CLOUD for PC SOFT applications......
The Web Component control
The Web Component control is used to include any external Web resource in a WEBDEV site......
Warning 12: The label is unused
Creating an SCM repository
To share a project via the Source Code Manager, a repository must be created......
Importing a WINDEV window into a WEBDEV site
The Windows windows developed with WINDEV......
The Wire control
The Wire control is used to visually link 2 controls......
1. What is the WEBDEV administrator used for
Looper control linked to a data file
A Looper control can be used to display the content of a data file or query......
10. Project Management Hub
WINDEV Mobile includes a Project Management Hub to manage development projects....
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
CurrentColumn (Function)
Returns: the index of the current indexed column in a Table control (based on a data file or populated programmatically). the number of the column currently in edit mode in the specified Table control (based on a data file or populated programmatically)....
InWinRTSimulatorMode (Function)
Identifies whether or not the code is executed in the WinRT simulator (simulator for applications in Windows Store mode). Function kept for backward compatibility....
<zipArchive variable>.AddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
zipAddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
Undocking the editors
Who has never wanted to view the code and the UI at the same time, without being constrained by the environment? WINDEV, WEBDEV and WINDEV Mobile allow you to "detach" the editors from the environment of the main window......
7. Multilingual applications in practice
<Table>.Display (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....