ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling XLS files
WINDEV and WEBDEV propose two methods for handling the Excel files......
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
2. Performance profiler
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 2 - Performance profiler - 15 min
ImageInfoSave (Function)
Saves the modifications performed on the Exif tags of an image by ImageInfoModify.
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......
EmailStartIMAPSession (Function)
Starts a session for receiving and reading emails with the IMAP protocol.
BurnerAddFile (Example)
Usage example of the BurnerAddFile function
AppointmentDelete (Function)
Deletes: the current appointment from the calendar of a Lotus Notes or Outlook messaging. an appointment from the calendar found on a mobile device (Android/iOS)....
HSetPosition (Function)
Sets the position on a record, based on the approximate position of one of its items.
HNbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
Constants for the Exif functions
List of constants used by the Exif functions....
grRBMaximumValue (Function)
Sets the maximum value in a Radial Bar chart.
TableEnumBreak (Function)
Enumerates the breaks found in a Table control.
Google Contacts management functions
List of functions for managing Google contacts...
iOSExcludeFileFromiCloud (Function)
Excludes a file from iCloud backup.
SysUnlinkExtension (Function)
Deletes the association between an extension and a command that was created by SysLinkExtension.
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
Replication (Property)
The Replication property is used to identify and change the replication mode.
iPrintReport (Function)
Prints a report created with the report editor.
HSuggestKeyEnd (Function)
Finishes collecting information on executed queries.
DnDAccept (Example)
Usage example of the DnDAccept function
TableAddInProgress (Function)
Modifies or returns the visibility status of internal wait window when adding additional elements into an infinite Table control.
memcachedResult (Type of variable)
The memcachedResult type is used to define the characteristics of a value read on a Memcached server.
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
Handling a Radio Button control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Radio Button controls......