ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Compilation statement: IF ExecutionTarget
The <IF ExecutionTarget> compile statement allows you to compile or not compile a WLanguage code depending on the execution target.
FontLoad (Function)
Loads a custom font from a file (or buffer). After loading, the fonts and variants declared by the file will be available throughout the application. This new function is available from WINDEV Suite SaaS 2025 Update 1....
Creating the Table windows of the WINDEV RAD pattern
Check: SMART status of storage drives
The monitoring robot will measure the SMART attributes of a server's hard drives......
Discovering AAFs (Automatic Application Features)
Applications created with WINDEV offer users many automatic features on the different windows or controls in the application......
inAppPurchaseProduct (Function)
Sends a request for purchasing an "In-App" product associated with the application.
10. Customizing the aspect of a site: skin elements
dPolygon (Function)
Draws a polygon: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
SysInstance (Function)
Returns the instance of a module.
Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control......
MultiLinestring2D (Variable type)
The MultiLinestring2D type can be used to store a collection of linestrings defined with 2D coordinates.
WiFiListNetwork (Function)
Returns the list of Wi-Fi networks configured on the device.
SFDisconnect (Function)
Disconnects: the Salesforce platform. the current Salesforce session....
Managing accessibility on Mobile
On smartphones and tablets, there is an operating mode designed for visually impaired and blind users......
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
beaconDetectionInfo (Type of variable)
The beaconDetectionInfo type is used to describe information relative to a Beacon detected with BeaconDetectPrecise.
ScriptDisplay (Function)
Calls an external script or page (.php, .asp, .mhtml or.mht) and returns the result page in the current browser window.
xlsRecalculateAll (Function)
Recalculates all formulas in an Excel (XLSX) document.
WDInst: installing additional elements
By default, only the files found in the "List of setup files" window are installed on the user computers......
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
LanguageDescribed (Property)
The LanguageDescribed property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
LDAPFind (Function)
Performs a search in an LDAP server.
1. The WINDEV Framework
Native MySQL Connector: Specific features and remarks
Remarks and specific features of the Native MySQL Connector...
14. PHP generation in practice