ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Internal Page control
The "Internal Page" control is used to include a page (and its code) in a control of another page......
1. Creating a WINDEV project and its analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 1 - Creating a WINDEV project and its analysis - 5 min
1. Creating a WEBDEV project and its analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 1 - Creating a WEBDEV project and its analysis - 5 min
Office tools
WINDEV includes multiple "Office" controls that allow end users to use the desired tools without leaving the application......
1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
gglContact (Type of variable)
The gglContact type is used to describe and modify a contact used by the Google Contacts service...
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
Dimension (Example)
Example of use of Dimension
TableCollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
TableBreakIndex (Example)
Use example for the TableBreakIndex function
Automated tests of procedures and classes
The automated tests of procedure or class are used to test the different features proposed by the procedure or by the class......
Creating the menus for the pages of the WEBDEV RAD pattern
1. Website deployment requirements
WEBDEV Tutorial - Website deployment Lesson 1 - Website deployment requirements - 30 min
How to clone and use columns in a Table control?
In some cases, a Table control must be filled with an unknown number of columns (when creating the control)....
Configuring a WINDEV SOAP server
WINDEV allows you to easily manage the SOAP protocol by allowing you to create......
WDTrans: Overview
WDTrans is a tool for canceling transactions......
Contact (Type of variable)
The Contact type is used to define the advanced characteristics of a contact found in the phone book.
Character strings
WLanguage supports different types of strings....
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
Creating the menus for the windows of the WINDEV RAD pattern
grAxisTitle (Function)
Defines the title of X-axis and the title of Y-axis in a chart.
SpreadsheetListComment (Function)
Lists all the comments on the current worksheet of a Spreadsheet control.
HCreation (Example)
Usage example of the HCreation function
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.
Copying and cloning
Variables are copied using the "=" operator...