ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Sub-query
A sub-query is a query whose result is used by another query...
H.NumRec (Variable)
Contains the number of the physical record loaded in memory (which means the number of the last record read).
FTPRenameFile (Function)
Renames or moves a file found on an FTP server (File Transfer Protocol).
FTPMakeDir (Function)
Creates a directory on an FTP server (File Transfer Protocol).
FTPRemoveDir (Function)
Deletes a directory and its content (files and sub-directories) from an FTP server (File Transfer Protocol).
GanttLink (Type of variable)
The GanttLink type is used to define the advanced characteristics of a link between two tasks of a Gantt chart.
FTPDeleteFile (Function)
Deletes a file from an FTP server (File Transfer Protocol).
GetDefinition (Function)
Retrieves the definition of element type.
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control......
Creating a window skin template
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
gglPerson (Type of variable)
The gglPerson type is used to describe and modify the participants attending an event of a Google calendar...
Custom synchronization for Table controls based on a data file
In some cases, you may want to use a custom synchronization for Table controls based on a data file......
1. Project audits
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 1 - Project audits - 15 min
XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....
TreeCollapseAll (Function)
Collapses a branch previously expanded (as well as its child elements).
Constants for managing Map controls
Constants for managing Map controls...
HCopyFile (Example)
Usage example of the HCopyFile function
Constants for managing the modification of windows by the user
DnDIsDataAvailable (Function)
Checks whether a specific type of data is available during Drag/Drop....
Accessing Outlook
WINDEV and WEBDEV allow you to easily access the data handled by Outlook......
DisplayedItem (Property)
The DisplayedItem property is used to: Find out the item or the variable displayed by the control. Modify the item or the variable displayed by the control....
The Thumbnail control
The Thumbnail control is used to automatically manage the display of images in thumbnail format......
Scheduler control events
The following events associated with Scheduler controls:...
AuthToken (Type of variable)
The AuthToken type contains the characteristics of a token to access a web service.
COMObject (Type of variable)
The COMObject type is used to represent an interface of a COM object.