ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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>.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....
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)....
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting company......
zipCreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
Camera control: decoding bar codes
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture......
RegistryListKey (Function)
Lists the sub-keys of a registry key.
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....
MyFile (Reserved word)
In a trigger, MyFile is used to identify the file that activates the trigger...
dDisplay (Function)
Displays the drawing in the Image control.
SocketConnect (Function)
Connects a client computer to a given socket.
"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"......
SocketRead (Function)
Retrieves a message sent by another socket.
14. Report templates
Report templates...
22. Report templates
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 530: The -- operator is not allowed
TableColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
DoubleClick (Property)
The DoubleClick property is used to get and change the name of the Button control that will be executed when a control is double-clicked.
YAxisMin (Property)
The YAxisMin property gets the minimum value of the Y-axis in a Chart control.
SOAPEncodeResult (Function)
Used to configure the format of the value returned by the WINDEV SOAP server to the SOAP client program.
ScrollWithFinger (Property)
The ScrollWithFinger property is used to: Determine if the content of a control can be moved with the finger ("finger scrolling"). Enable or disable touch-responsiveness for a control....
SocketCreateUDP (Function)
Creates a socket that uses the UDP protocol.