ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project compilation: Warning, Error, Information, Programming standard...
When developing a project, the project is compiled on a regular basis.
<zipArchive variable>.InfoFile (Function)
Returns the characteristics of a file found an archive:
  • The name of the file and its stored path.
  • The initial size of the file.
  • The compressed size of file.
  • The date and time of file creation.
  • The date and time of file modification.
  • The date and time of file access.
  • The file attributes.
  • The file encryption mode.
fDriveInfo (Function)
Returns information about a drive.
HInfoBackup (Function)
Returns information about one or more backups performed on an HFSQL Client/Server server.
<mongoDatabase variable>.Info (Function)
Returns information about a MongoDB database.
StreamInfo (Function)
Returns the name and/or number of the stream issuer.
NetInfoRemoteAccess (Function)
Returns information about the status of a connection as well as the statistics about this connection.
Native MySQL Connector: Specific features and remarks
Remarks and specific features of the Native MySQL Connector...
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates...
Spreadsheet constants
The following constants are used by the functions for managing Spreadsheet controls:...
Non-maximized windows for Android
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
Conditions for using the Ad control
The Ad control is using the AdMob SDK....
9. Types of standard controls
Types of standard controls...
SysEnvironment (Function)
Returns the environment variables of the operating system for the current computer.
Drive (Type of Variable)
The Drive type allows handle a Drive generically. To use this type of Variable, it is necessary...
iGroupAdd (Function)
Adds a report to a group of reports.
ExplorerAccept (Function)
Enables or disables the ability to perform "Drag and Drop" from the Windows explorer to a WINDEV...
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
SchedulerListAppointment (Function)
Returns: the list of appointments found between two dates in a Scheduler control,...
ExplorerRetrieve (Function)
Retrieves the number and the name of the files "dropped" from the explorer.
NetworkUser (Function)
Identifies the name of the connected user.
Retrieving the coordinates of a click in a clickable image
If the click action of the image is set to "Server call", you can get the click coordinates...
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write...
InfoVersion (Type of variable)
The InfoVersion type is used to find out the characteristics of a specific application version.
Contact (Type of variable)
The Contact type is used to define the advanced characteristics of a contact found in the phone...
The Signature control
The Signature control is a report control used to sign......
Generating the analysis
The analysis generation comes before the programming phase and after the file description phase......
ImageMode (Property)
The ImageMode property is used to get and change the display mode of an image in an Image control,...
The Active WEBDEV Pages
You want to reference several pages of your WEBDEV site?......
Link control associated with an item containing an email address
In a database, the email address of customers, suppliers, ......
Managing sockets with WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions allowing you to perform an advanced...
Socket: Creating a simplified socket server
WINDEV gives you the ability to create a simplified socket server......