ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.
ComponentLoad (Function)
Loads an external component. This component can be: an external component present in the current project. an external component independent of the current project....
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
zipInfoFile (Example)
Usage example of the zipInfoFile function
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
Service variable
The Service variable is used to......
fCurrentDrive (Function)
Gets or sets the current drive.
ON (Reserved word)
The ON keyword is used exclusively in the automated tests generated by WINDEV and WEBDEV.
AddChildDelayed (Property)
The AddChildDelayed property indicates the procedure to be called when a row in a TreeView or TreeView Table control is clicked to be expanded.
MemoryToFile (Function)
Automatically initializes the memory value of the items for the current file record with the values of the members of a class or structure.
Types of charts available
WINDEV, WEBDEV and WINDEV Mobile propose different types of charts......
dPoint (Example)
Usage example of the dPoint function
XMLExecuteXPath (Example)
Usage example of the XMLExecuteXPath function
fRead (Example)
Usage example of the fRead function
Flexbox control properties
You can manipulate Flexbox controls in a page using the following WLanguage properties......
gStoredValue (Function)
Adds an "invisible" value to an element in a List Box, Combo Box or Scheduler control.
JSON
JSON (JavaScript Object Notation) if a light format for exchanging data......
dSaveImageBMP (Function)
Saves an image: in a file in BMP format. in memory....
Name (Property)
The Name property is used to get the name of an element.