ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MySelf (Reserved word)
MySelf is used to handle the current control...
SFAdd (Function)
Creates a record in a file of a Salesforce database.
SFConvertLead (Function)
Converts the leads.
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.
ControlAlias (Function)
Gets, modifies or restores the data binding to a control or group of controls.
hReindexingHistory (Variable type)
The type hReindexingHistory type allows you to see all the characteristics of the asynchronous optimizations performed previously: reindexing, index verification, memo verification, statistics calculation, etc. This type of variable is new in WINDEV Suite SaaS 2025 Update 2....
How to retrieve the bugs or suggestions of my users?
The different Control Centers provided with WINDEV allow you to easily manage the user feedback for your applications......
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
Code snippets
The code editor allows you to enter "Code snippets"......
fDirRename (Function)
Renames a directory.
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
SFDisconnect (Function)
Disconnects: the Salesforce platform. the current Salesforce session....
PageSubmit (Function)
Validates the specified page and starts the execution of a button.
mlzInsertLine (Function)
Inserts a new dynamic row in a Multiline Zone control.
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....
6. Printing the product catalog
WINDEV Mobile Tutorial - Developing an Android and iOS application Lesson 6 - Printing the product catalog - 20 min
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.