ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Optional connection information
When defining the connections in the data model editor or when defining the connections through programming, you have the ability to specifier the optional connection information...
fCreate (Function)
Creates an external file.
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
Managing the Windows scheduler
Windows gives you the ability to schedule automatic tasks via the manager of scheduled tasks......
SourceFromWindow (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
Managing the application language through programming
A multilingual application is an application that can be distributed in several languages......
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
Managing Google contacts
The Google Contact service is used to manage contacts on Internet......
Android: Conditions for using the Map control
Up to WINDEV Mobile version 180046, the Google Maps API library was required to use a Map control in an Android application......
Project Management Hub: Statistics
When managing a project, you must keep track of some indicators to understand the evolution of the project, its schedule, ......
HashCheckFile (Function)
Checks the Hash of a file for a specific type of algorithm.
Activating an application or a site
When distributing an application or a site, you may want to offer both a full version and a limited version......
fRename (Function)
Modifies the name of a file.
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
fUnlock (Function)
Entirely or partially unlocks an external file.
grDestinationBMP (Function)
Defines a BitMap file as destination of a chart (BMP means BitMap).
FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure with the values of the items of the current file record.
Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query......
Table control populated programmatically: WLanguage
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
Constants for managing errors and exceptions
List of constants used by the functions for managing errors and exceptions....
BarCodes (Type of variable)
The BarCodes type is used to handle the information found in a bar code.
Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 min