ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating an executable: Managing manifests
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)......
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
Deploying a WEBDEV site to a remote WEBDEV Application Server or WEBDEV Cluster
Installing a WEBDEV site (in Session or AWP mode) on a remote Application Server requires......
Managing the XSD
...WINDEV, WEBDEV and WINDEV Mobile allow you to import files in XSD format....
Conceptual Data Model (CDM)
In the MERISE methodology, the conceptual data model defines the objects and the actions that must be taken into account in the database......
SCM administrator: Managing the repository
The SCM administrator (Source Code Manager) allows you to directly handle the source codes of different projects included in the Source Code Manager......
The log process
...A log is a special file that contains the history of all changes made to one or more data files over a given period of time (date the file was created, last automatic data modification, last backup created with WDLog, etc.)...
Clipboard with history
The clipboard stores the last 10 pieces of content cut or pasted (from any editor)......
ERR_LAUNCH_FAILED
Error 1007: The member is global: use the: operator: to access it
Optional events: Retrieved information
In WINDEV, you can add optional events in the code of the different elements of an application......
The "Compilation errors" pane
The "Compilation errors" pane is used to find out......
Handling a Wire control through programming
WINDEV allows you to handle a Wire control by programming......
Analysis links
The links are used to link the files found in an analysis between themselves......
Events associated with Button controls
List of events associated with Button controls...
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
Handling a Slider control through programming
WINDEV and WINDEV Mobile allow you to handle a Slider control through programming......
Handling a Spin control through programming
WINDEV allows you to handle a Spin control through programming......
How to read emails via the POP3 protocol?
This help page explains how to read emails via the POP3 protocol....
Common project
Projects are often cross-platform......
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....
DateTimeValid (Function)
Checks the validity of a date/time between January 01, 0001 at 0 hours 0 minutes 0 seconds 0 hundredths of a second and December 31, 9999 at 23 hours 59 minutes 59 seconds 99 hundredths of a second....
MaxValue (Property)
The MaxValue property is used to: get and set the top value of a report based on a data file. get the maximum value of the current filter. get the maximum value of a data series in a chart. get and set the maximum value for some types of controls....
MinValue (Property)
The MinValue property is used to: get and set the bottom value of a report based on a data file. get the minimum value of the current filter. get the minimum value of a data series in a chart. get and set the minimum value for some types of controls....
Checking spelling in edit controls
WINDEV lets you use the spelling checker in the Edit controls and text columns of the Table controls of WINDEV applications......