ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
DeleteLine (Function)
Deletes a line at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.)....
Error 113: Non-dynamic array without definition
Operations performed on use case diagrams
The following paragraphs explain......
Handling PDF Reader controls programmatically
A PDF Reader control can be handled through programming......
WDMSG, WDTRAD and WDDIXIO: Translation tools
<Array>.DeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from the advanced array property (array of gglCalendar events, ...). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
Operations performed on object diagrams
The following paragraphs explain......
Operations performed on state-transition diagrams
The following paragraphs explain......
ArrayDeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
Storing the breaks in the Table/Looper controls (AAF)
When end users work on a complex Table or Looper control with multiple breaks, they may want to save the current layout......
DeleteAll (Function)
Deletes all the elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
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....
Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
<Array>.Add (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). from a WLanguage list....
ArrayAdd (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). of a WLanguage list....
TableBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Table control.
<Looper>.BreakIndex (Function)
Returns the index of the break header and footer for a given break in a Looper control.
Map (Function)
Executes a procedure on each element of a source array and returns the results in a WLanguage array.
Add (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). from a WLanguage list....
<Table>.BreakIndex (Function)
Returns the index of the break header and footer for a given break in a Table control.
<Array>.Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
<Array>.Map (Function)
Executes a procedure on each element of a source array and returns the results in a WLanguage array.
Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.
LooperBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Looper control.