ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDINT overview
WDINT is an optional tool of WINDEV, WEBDEV and WINDEV Mobile......
8. Windows in practice
Discover the main actions that can be performed on the windows....
Importing a WINDEV window into a WEBDEV site
The Windows windows developed with WINDEV......
gStoredValue (Function)
Adds an "invisible" value to an element in a List Box, Combo Box or Scheduler control.
Management of PDF files
PDF is one of the most widely used formats for transmitting and storing electronic documents......
Including a supercontrol in a window or in a page
Report templates
WINDEV, WINDEV Mobile and WEBDEV allow you to create report templates......
emailPOP3Session (Type of variable)
The emailPOP3Session type is used to access a messaging server by using the POP3 protocol (Post Office Protocol) in order to retrieve the messages found on this server.
I was using C with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
Automatic Application Features (AAF)
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
How to create an SQL query to get a sum?
This help page explains how to create a Sum query with the query editor....
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......
10. Internal components in practice
Characteristics of an indexed control
Characteristics of an indexed control: description, code, ......
Office tools
WINDEV includes multiple "Office" controls that allow end users to use the desired tools without leaving the application......
11. Choosing the action of a button/link
HCancelDeclaration (Function)
Used to: Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the data file is no longer recognized by the HFSQL engine. Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery)....
Handling Gantt Chart controls programmatically
Error 1004: To explicitly access an element of the base class '%1', use the syntax
Error 116: An array dimension must be an integer value
Project Management Hub: Using Tags
Tags are used to associate keywords with incidents in the Project Management Hub......
gglAttachment (Type of variable)
The gglAttachment type is used to define all the advanced characteristics of a file attached to a calendar event. The calendar can be described using the gglCalendar type. This calendar is used by the Google Calendar service.
How to create an SQL query to count?
This help page explains how to create a count query with the query editor....
AAF: File Path edit controls
The edit controls that use the "File name and full path" input mask propose several AAFs (Automatic Application Features): a specific popup menu used to handle the file. a file preview in thumbnail format (for an Image or PDF file path)....
Programming overview in C and C++