ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Printing the content of a Spreadsheet control (AAF)
Spreadsheet controls include an automatic context menu that allows users to perform different actions on the data displayed in the control......
Share your projects via Git
Git is a source code manager......
New Features brochure - Version 27: New WEBDEV features
New features in WEBDEV 27 presented in the New Features brochure....
Handling Organizer controls programmatically
Organizer controls can be handled programmatically....
Events associated with reports
The following events are associated to reports (order of appearance in the code editor)......
WDInst: configuring the interface of setup program
By default, WDInst (the setup editor) proposes a standard setup program (the wallpaper corresponds to a gradient shade of blue and no slide is displayed......
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
HDescribeFile (Function)
Describes a data file programmatically.
12. External component in practice
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
JITc
The principle of JITc technology (Just In Time Compilation) is straightforward......
Compiling a WINDEV Mobile project in Xcode
When the WINDEV Mobile project for iPhone/iPad is generated on the development computer, the generated files must be transferred onto a Mac in order to be compiled......
Managing HFSQL Client/Server databases
The HFSQL Control Center allows you to fully manage HFSQL Client/Server databases......
The Web Component control
The Web Component control is used to include any external Web resource in a WEBDEV site......
How to create an SQL query to count?
This help page explains how to create a count query with the query editor....
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
MacOS - Developing an application in Catalyst mode
Apple has recently released an SDK to natively compile iOS applications for MacOS......
Importing styles from a WordPress theme with WEBDEV
WordPress offers numerous templates to create original websites...
Creating and handling an item
The main operations that can be performed on an item are as follows......
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores, mutexes, ......
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......
3-tier architecture
The development in "3-tier" architecture is now simplified......
REST web services: Importing an OpenAPI specification
REST web service APIs can be described using OpenAPl files......
The different types of windows
The following types of windows can be created in a WINDEV application......
Manager of automated tests
The test manager is used to......