ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Display modes, transparency and symmetry of an image
An image can be displayed in a window, a window control, a report control, a page control or a block according to several display modes.
DrawingStyle (Function)
Allows you to find out and modify:
  • the display mode of grayed buttons found in the windows of your application.
  • the display mode of translucent border for the windows of your application.
  • the mode for loading large images.
MatMultiply (Function)
Multiplies two matrices.
XMLFind (Function)
Performs a search in an XML document.
Discovering AAFs (Automatic Application Features)
Applications created with WINDEV offer users many automatic features on the different windows or controls in the application......
MatAdd (Function)
Adds two matrices of same dimensions (same number of rows and same number of columns).
HDeleteServerTrigger (Function)
Deletes a server trigger.
FinPaymentNb (Function)
Returns the number of payments required to pay off a capital according to a given rate.
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
ServicePause (Function)
Pauses a service.
TableInfoXY (Example)
Usage example of the TableInfoXY function
emailOutlookSession (Type of variable)
The emailOutlookSession type is used to handle the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
Handling report blocks
The different operations available on report blocks are as follows......
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...
InterpretAmpersand (Property)
The InterpretAmpersand property is used to determine and change how the '&' character is interpreted in: the caption of a Static control. the elements of a List Box control. the elements of a Combo Box control. the values of a column in a Table control....
WiFiDetectAccessPoint (Function)
Starts detecting the Wi-Fi access points currently accessible from the device.
LooperRefreshVisible (Function)
Changes or returns the visibility status of the refresh bar in a Looper control.
xlsCurrentWorksheet (Function)
Used to find out and modify the current worksheet in an XLS file.
HPrevious (Function)
Positions on the previous file record according to a browse item.
ScreenToFile (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
1. WEBDEV environment
WEBDEV Tutorial: WEBDEV overview Lesson 1 - WEBDEV environment - 5 min
<Connection variable>.RegenerateFile (Function)
Regenerates a data file from its log.
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
EmailSend (Function)
Sends an email via the SMTP protocol while controlling the "buffer" of the email.
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
XMLChild (Function)
Positions on the first child element of current element.