ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Printing in PDF format: Special cases
Specific features of print in PDF format...
Handling a TreeMap through programming
WINDEV allows you handle a TreeMap control through programming....
DriveListeFileGgl (Function)
Lists files from the Google suite (Google Docs, Google SpreadSheets, etc.) present in a Google Drive.
Assisted Application Development
The Assisted Application Development (AAD) is a permanent help in the environment. This help suggests actions whenever it is appropriate....
zipInfoFile (Example)
Usage example of the zipInfoFile function
WDSQL: Running an SQL query
WDSQL is used to run all the SQL queries created by WDSQL......
DriveSendFile (Function)
Sends a file (present on the user's machine) to an Drive (remote disk)....
Memory (Property)
The Memory property determines if the specified control is populated programmatically or is based on a data file.
InputType (Property)
The InputType property is used to identify or change the type of input supported by a control: Duration, Date, Numeric, etc.
Native XML Connector
WINDEV and WEBDEV allow you to import and handle a definition of XML files via the data model editor......
Constants used by properties associated with windows, reports, pages and controls
List of constants used by properties associated with windows, reports, pages and controls....
DriveRename (Function)
Renomme un fichier ou un répertoire sur un disque distant.
InputEnabled (Property)
The InputEnabled property is used to: Determine if a control or a group of controls is editable or read-only. Change the input options for a control or group of controls....
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
Count (Property)
The Count property returns the number of elements in a given set.
DriveMoveDirectory (Function)
Move a directory and its contents to another directory on the same Drive (remote disk).
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).
XLS file handling functions
List of functions for managing XLS files...
zipDeleteFile (Example)
Usage example of the zipDeleteFile function
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
drag-and-drop operation set programmatically
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls......
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
Programming an indexed control
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
Copying controls from the window editor
The controls can be copied from the window editor......