ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Appendix 1: WEBDEV vocabulary
Bloque entièrement ou partiellement un fichier externe....
"Syntax help" pane
The "Syntax help" pane displays a short help text for the function being entered......
<Source>.Save (Function)
Modifies the current record if it exists, otherwise adds a new record.
<Chrono>.Pause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
Properties associated with a page
Internal Page properties
List of WLanguage properties associated with Internal Page controls...
WEBDEV Page control
The WEBDEV Page control allows you to integrate a WEBDEV page into a WINDEV application......
Positioning marks in the code
The positioning marks are used to "tag" specific lines of code......
Managing mutexes in threads
A mutex is used to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given time....
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......
EmailSeekFirst (Function)
Finds one or more emails according to the criteria specified in the messaging software (Outlook, messaging software using the IMAP protocol, ...).
Handling a Multiline Zone control through programming (prefix syntax)
A Multiline Zone control can be handled programmatically using the control name....
WDDIXIO overview
The Signature control
The Signature control is a report control used to sign......
Checking an element back in the Source Code Manager (SCM)
Checking an element back in the repository is used to make the modified element available to all the users of the Source Code Manager......
Managing the runtime errors
Some errors may occur in your application......
Select query: Displaying the first/last n records
The editor of Select queries is used to limit the number of records that will be displayed in the result of the query....
AnimationDuration (Property)
The AnimationDuration property is used to know and define the length of time an animation takes to complete one cycle: in a Chart control. This duration is set to 30 hundredths of a second by default. in an infinite Progress Bar control. This duration is set to 200 hundredths of a second by default. in an Image Gallery Looper control....
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed in parameter.
ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.
Error 1037: This member already exists in the structure
WinEdSelect (Function)
Returns one of the controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
KanbanInfoXY (Function)
For a given position (coordinates of a point) in a Kanban control, returns one of the following: the number of the card at that position, the number of the list at that position...
<Window>.EdSelect (Function)
Returns one of the controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).