ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Constants for managing Scheduler and TimeLine controls
The following constants are used to manage Scheduler and TimeLine controls:...
Constants for managing XML documents
List of constants used by the functions for managing XML documents....
API description (Type of variable)
An API Description variable is used to describe an API, its parameters, its return value and its calling options by programming.
grDeleteAll (Function)
Erases a chart and destroys this chart.
SOAPAddXMLSignature (Function)
Adds an XML signature to a Webservice request.
UI compilation errors
UI compilation errors indicate the possible problems detected in your interfaces whenever a window, a page or a report is saved or whenever the project is recompiled......
ImageInfoSave (Function)
Saves the modifications performed on the Exif tags of an image by ImageInfoModify.
Height (Property)
The Height property is used to get and change the height: of a control or block in a report. of a control (in a window), window, row of a Table, List Box or ListView control, option of a Radio Button or Check Box control, break header or footer of a Table or Looper control. of a control (in a page), break header or footer in a Table or Looper control. The control can be overlayable or not. of a break cell in a Table or Looper control....
XMLDocument (Function)
Creates a new XML document.
HTML table
The HTML table is a control used to easily create specific layouts in the HTML pages......
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
KeyCalcActivationKey (Function)
Calculates the activation key of application from the initial key.
ThreadStop (Function)
Stops a secondary thread. Function not recommended.
gglMarker (Type of variable)
The gglMarker type is used to define the characteristics of a marker that must be positioned on a map...
xlsNbRows (Function)
xlsNbRows is kept for backward compatibility only.
Printing the content of a Spreadsheet control (AAF)
Spreadsheet controls include an automatic context menu that allows users to perform different actions on the data displayed in the control......
fExeDir (Function)
Returns the directory from which the execution is started.
zipDeleteFileList (Function)
Deletes a list of files from an archive.
ProjectInfo (Function)
Returns specific information about the project currently run.
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
ArcTan (Function)
Returns the arc tangent of a numeric value (integer or real).
xlsNbColumns (Function)
xlsNbColumns is kept for backward compatibility only.
MenuDelete (Function)
Deletes a menu or a menu option.
fOpen (Example)
Usage example of the fOpen function
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.