ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Printing the content of a table (AAF)
A Table control proposes an automatic popup menu allowing the user to perform several operations on the data displayed in the table......
GenerateGeometricImage (Function)
Randomly generates an image with geometric shapes. This image can be used to temporarily fill an Image control, for example.
Table,Search (External language)
Searches for a value in a Table control populated programmatically.
Managing the replications of HFSQL servers (Control Center)
The HFSQL Control Center is used to create, configure and manage the replications between HFSQL servers....
Spreadsheet: Using the ribbon
The ribbon of the Spreadsheet control proposes several features and it allows you to define several settings......
Replication (Property)
The Replication property is used to: determine the replication mode used for a data file (defined in the data model editor or programmatically). specify the replication mode used for a data file (file described programmatically only)....
Managing the HFSQL servers
The HFSQL Control Center allows you to fully manage HFSQL servers......
XMLSign (Function)
Signs an XML document.
gLink (Function)
Adds an "invisible" value into an element found in a List Box or Combo Box control. Function kept for compatibility. It is recommended to use gStoredValue....
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
WINDEV and the SOAP protocol
Table,Position (External language)
Sets the position on a given element or returns the element on the fist row of a Table control populated programmatically.
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
"Component.WDO" file
When generating the external component, two files are automatically created in the EXE directory of the current project......
External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......
.NET object
To access a class......
Test of a query
The query editor allows you to run the test of query result......
Changing the window content by swipe
The mobile devices propose several features available via finger movements......
Linux application: Tips and tricks
In Windows/Linux multi-configuration applications, several limitations may appear: control not supported, functions not available, ......
HChangeKey (Example)
Usage example of the HChangeKey function
2. Creating files in the analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
Customizing the report viewer (preview)
You can display a print preview in the report viewer......
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
Table,Delete (External language)
Deletes an element from a Table control.