ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Diagram Editor control
The Diagram Editor control allows users to create and edit diagrams in your applications and sites......
Dynamic instantiation of object
An object can be dynamically associated with a class, we talk of dynamic instantiation of object......
ERR_BAD_ACTION
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
Code editor: Various operations
The code editor is the editor where the developers spend most of their time. This help page presents a series of useful options for the most common actions ......
Test of a query
The query editor allows you to run the test of query result......
Project Management Hub: Overview
The Project Management Hub is used to organize and schedule a project, from design to delivery......
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
Installer skin template
The setup program creation wizard lets you customize the setup program windows......
WinInYPos (Function)
Returns the vertical position of the top left corner of the internal area (without border and title bar) of a window in relation to the top left corner of the screen.
Project Management Hub: Managing tasks
The Project Management Hub allows you to define the different tasks assigned to each project contributor......
WinInXPos (Function)
Returns the horizontal position of the top left corner of the internal area (without border and title bar) of a window in relation to the top left corner of the screen.
Telemetry: Configuring the WINDEV and WINDEV Mobile applications
To use the telemetry in a WINDEV or WINDEV Mobile application, you must......
The "Favorites" pane
The "Favorites" pane gives direct access to the favorites of your project......
<zipArchive variable>.InfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
<Source>.CreationIfNotFound (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....
The List Box control
The List Box control is used to display a list of elements and to select one or more elements from this list......
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......
Controlling the WEBDEV Application Server
Starting with version 28, you can remotely control the WEBDEV Application Server......
Universal replication
The purpose of universal replication is to keep several databases synchronized......
The Map control: Automatic Application Features (AAF)
The Map control proposes several features directly accessible to the end user......
22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
PhotoRunApp (Function)
Starts the native camera application of the device in order to take a photo.
WDBal messaging: Writing a message
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily write a message......