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......
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.
Parallel Tasks constants
The following constants are used by the functions for managing parallel tasks: ......
BrowserName (Function)
Returns the name of the browser of the Web user ("user agent").
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
SQLFirst (Function)
Positions on the first row of the query result.
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
Configuring the "fax server" computer
WINDEV and WEBDEV allow you to manage faxes via the system fax server, available in Windows XP and Windows 2000......
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......
Changing the window content by swipe
The mobile devices propose several features available via finger movements......
Testing a project: setting
By testing the project you can simulate how the application will run......
Linux application: Tips and tricks
In Windows/Linux multi-configuration applications, several limitations may appear: control not supported, functions not available, ......
2. Creating files in the analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
TableToClipboard (Function)
Copies the content of a Table or TreeView Table control to the clipboard.
HierarchicalDepth (Property)
The HierarchicalDepth property is used to: Find out the depth of a hierarchical control in a report. Modify the depth of a hierarchical control in a report (only if the report uses a data source through programming)....
Table,Delete (External language)
Deletes an element from a Table control.