ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SEO of a WEBDEV site
In order for your site to get visitors, the Web users must be able to find it......
Using .NET assemblies in a project
To use .NET assemblies in a project......
Crosstab report
The report editor allows you to create "Crosstab" reports......
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
Search in the editors
Being able to perform a search in the editors significantly improves efficiency......
6. Chart and Pivot Table
WINDEV Tutorial: WINDEV application: Managing data Lesson 6 - Chart and Pivot Table - 30 min
WEBDEV layouts
A layout allows you to define several views of a page without duplicating it......
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
Control template
A control template is a set of controls that can be re-used in several windows or pages......
Container column in a Table control
A cell found in a Table control can contain a set of controls......
Managing geolocation and GPS
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers.
The Chart control: Characteristics in the editor
Regardless of the type of chart displayed in the Chart control, all its characteristics can be configured via its description window......
Edit options of a report
The report editor allows you to......
MDL file (kept for backward compatibility): Pattern description
The MDL file is the file used to generate a RAD window......
Dockable panes
WINDEV, WINDEV Mobile and WEBDEV propose several dockable panes......
Constants for managing contact functions
Runtime log
The runtime log is the best way to identify the most used features of an application......
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....
Report based on an HFSQL view
A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server view......
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls......
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
Training sessions organized by PC SOFT
PC SOFT proposes several training classes, according to your own requirements......
BarCodes (Type of variable)
The BarCodes type is used to handle the information found in a bar code.
Dynamic audit
The dynamic audit of an application analyzes its runtime performance......
7. Multilingual sites in practice