ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, a table displayed in a Combo Box control....
Organization chart linked to a data file
ManualEvent (Type of variable)
The ManualEvent type is used to manage a manual event.
TableFormulaAdd (Function)
Adds a calculated row to a Table control by providing custom calculation procedures.
PDF Reader control events
xmlReader (Type of variable)
The xmlReader type is used to read an XML document without loading it in memory.
Events associated with a Switch control
Translating the code
WINDEV, WEBDEV and WINDEV Mobile allow you to automatically translate your WLanguage code from English into French and vice versa......
Setup of a WEBDEV site: Automatic data file modification
The automatic modification of the data files allows updating the description of data files on the Web server......
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
fExeDir (Function)
Returns the directory from which the execution is started.
wsRequest (Type of variable)
The wsRequest type is used to define the advanced characteristics of a Webservice.
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
TableSelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
NoSpace (Function)
Returns a string after removing the spaces: from the left and right side of the initial string. within the string....
TableColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
BitmapInfo (Function)
Retrieves the characteristics of an image file or the characteristics of a PDF file : format, width and height, number of bits per pixel....
DateValid (Function)
Checks the validity of a date between January 01 0001 and December 31 9999.
eRoundDifference (Function)
Returns the rounding difference between: the value displayed in a "Currency + Euro" control, the associated control used for dual display....
fCompress (Function)
Compresses a file.
MatError (Function)
Identifies the type of the last error caused by a Matxxx function (functions for matrix management).
ListDelete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
HExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL file, a query or an HFSQL view to a physical file (on disk).
The indexed controls
A control is an indexed control if it contains several controls with the same name......