ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Customizing the errors
The WEBDEV administrator (Development version) is used to customize the error messages of a WEBDEV site......
GanttLink (Type of variable)
The GanttLink type is used to define the advanced characteristics of a link between two tasks of a Gantt chart.
AAF: Sort/Search/Filter on the columns of Table controls
xmlSignatureInformationKeyX509 (Type of variable)
The xmlSignatureInformationKeyX509 type is used to define the information that must be included in the KeyInfo section of the XML signature.
Procedure/Function
A procedure is used to associate an identifier with a statement block......
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
InitialState (Property)
The InitialState property is used to get the initial state of a control.
Remote check: Customizing with a procedure
To customize the remote control performed on a multi-user WINDEV application, you can trigger the execution of a procedure found in the application......
"About" window
The "About" window is used to display and access various information about the current application......
LooperPosition (Function)
Moves the scrollbar to display a specific row or returns the index of the first row displayed in a Looper control populated programmatically.
Testing a WEBDEV site on a mobile device
It is increasingly common for developers to test websites on mobile devices......
Dynamic site: Persistent session
For a dynamic WEBDEV site, when starting the site (site called from a browser), a session representing the site is loaded in memory on the server......
InputEnabled (Property)
The InputEnabled property is used to: Determine if a control or a group of controls is editable or read-only. Change the input options for a control or group of controls....
The setup editor WDInst
WDInst is a setup editor used to define the setup parameters of your application......
Extensions of files created by WINDEV, WEBDEV, WINDEV Mobile
The table below presents the main extensions of files created and supported by WINDEV, WEBDEV and WINDEV Mobile......
1. Creating a WEBDEV project and its analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 1 - Creating a WEBDEV project and its analysis - 5 min
1. Creating a WINDEV project and its analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 1 - Creating a WINDEV project and its analysis - 5 min
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)......
The Slider control (in a page)
WEBDEV proposes two types of sliders......
hServerOperation (Type of variable)
The hServerOperation type is used to get the characteristics of an operation performed on an HFSQL server.
AppleID (Type of variable)
The AppleID type corresponds to the identifier resulting from a successful Apple ID authentication.
TABOrder (Property)
The TABOrder property gets and sets the position of a control in the tab order of a window.
JavaLoad (Function)
Specifies the location of user classes required to run the Java application or the Java applet.
fRename (Function)
Modifies the name of a file.
TableSelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).