ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
<Array>.Count (Function)
Returns: the number of elements in a one-dimensional array. the number of rows in a two-dimensional array. the number of elements in the first dimension of a three-dimensional or N-dimensional array....
ArrayAddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of an advanced two-dimensional array property (xlsDocument, etc.)....
Camera control: decoding bar codes
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture......
DisplayMask (Property)
The DisplayMask property is used to: Find out the display mask. Modify the display mask. This display mask is displayed when the control is in read-only or when the control does not have focus....
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting company......
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....
dDisplay (Function)
Displays the drawing in the Image control.
"Preset controls" pane
The "Preset controls" pane proposes several preset controls that can be included in the current window or in the current page by "Drag and Drop"......
AddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of a two-dimensional array property of a variable type (xlsDocument variable for example)....
14. Report templates
Report templates...
MyFile (Reserved word)
In a trigger, MyFile is used to identify the file that activates the trigger...
22. Report templates
zipIsMulti (Function)
Returns the type of archive: single-part archive or multi-part archive.
Refreshing the page data
In a dynamic WEBDEV site, the page data is refreshed during a user action......
<Array>.AddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of an advanced two-dimensional array property (xlsDocument, etc.)....
Error 530: The -- operator is not allowed
TableColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
SOAPEncodeResult (Function)
Used to configure the format of the value returned by the WINDEV SOAP server to the SOAP client program.
zipCreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
SocketCreateUDP (Function)
Creates a socket that uses the UDP protocol.
AndroidActivityResultProcedure (Function)
Allows you to specify the procedure to be called to get the result returned by a third-party Activity.
RegistryListKey (Function)
Lists the sub-keys of a registry key.
ExeTerminate (Function)
Ends the execution of a 32-bit application on the current computer: all the instances of the executable are killed.
<Table>.ColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.