ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Changing the window content by swipe
The mobile devices propose several features available via finger movements......
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.
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......
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......
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.
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
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.
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)....
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
URIToBuffer (Function)
Loads in the background the content of a resource (image, text, etc.) identified by its URI in a buffer variable.
Automatic context menu for the Scheduler controls
Each Scheduler control found in a window proposes a menu to the user....
TableToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.
Table,Delete (External language)
Deletes an element from a Table control.