ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Constants for managing ports
List of constants used by the functions for port management (serial and parallel ports)...
Glossary
The glossary lists all the abbreviations used in the code editor......
CtDescribedUserName (Property)
The CtDescribedUserName property is used to set the username that will be used when connecting to a specific table via OLE DB.
KeyExpression (Property)
The KeyExpression property is used to set the different components of a composite key.
tapiDial (Function)
Dials a phone number for a voice line.
OutlookStartSession (Function)
Allows you to access data handled by the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
xlsNbRow (Function)
Returns the number of rows found in an XLS file.
SchedulerAddTask (Function)
Creates a task in the Windows scheduler (if this task does not already exist).
XMLParent (Function)
Positions on the parent element of current element (tag or attribute).
oDriveConnect( Function)
Creates a connection to an Drive OneDrive.
dpDriveConnect( Function)
Create a connection to an Drive Dropbox.
Source (Property)
The Source property is used to get and change the source of an element.
fSplit (Function)
Splits a file into several files.
Printing in PDF
WINDEV, WEBDEV and WINDEV Mobile allow you to create a PDF file during a print......
HDelete (Function)
Deletes a record from a data file (query or view).
grExist (Function)
Checks the existence of a chart in memory.
Handling an Action Bar through programming
An Action Bar can be handled through programming. To do so, use the variable corresponding to the Action Bar in the code....
NotifAdd (Function)
Adds a notification into the system bar of device (Android) or into the notification center (iOS).
Error 1001: The operators: and:: can only be used in the methods of classes
gglNotification (Type of variable)
The gglNotification type is used to define information about event notifications in a calendar.
InitRandom (Function)
Initializes the generator of random numbers.
Archiving functions (management of ZIP, WDZ, CAB, RAR, 7z, TAR and TGZ (TAR.GZ))
List of archiving functions (management of ZIP, WDZ, CAB, RAR, 7z, TAR and TGZ (TAR.GZ))...
CDEject (Function)
Opens or closes the door of CD/DVD player selected on the current computer....
xlsNbColumn (Function)
Returns the number of columns found in a worksheet of an XLS file.
gglDrive (Type of Variable)
The type gglDrive allows handle Google Drive. To use a Variable of type gglDrive , it is necessary to connect to Google Drive via the function gglDrive Connect.