ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SchedulerToiCalendar (Function)
Exports the appointments from a Scheduler control in iCalendar format.
SpreadsheetSortSelection (Function)
Sorts the values selected in a Spreadsheet control.
<Connection variable>.FileExist (Function)
Finds out if a file exists, i.e. if it has been physically created (HCreation or HCreationIfNotFound).
<Connection variable>.SetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
ExecutionCompleted (Property)
The ExecutionCompleted property is used to determine whether the execution of a query or view (HFSQL Classic or Client/Server) is completed....
OrganizerDeleteAppointment (Function)
Deletes an appointment from an Organizer control.
PDFToText (Function)
Extract the text contained in an Document PDF.
HEndNoModif (Function)
Unlocks a file that was locked by the same program with HNoModif.
User login: User Groupware
WINDEV Tutorial: User Groupware User login: User Groupware - 20 mn
PunctuationSensitive (Property)
The PunctuationSensitive property is used to determine if punctuation characters (comma, period, etc.) are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
ComponentInfo (Function)
Returns information about a component.
DnDIsDataAvailable (Example)
Usage example of the DnDIsDataAvailable function
Creating and deploying a setup program: How to?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers......
HStatNbDuplicates (Function)
Returns the number of duplicates for a given key item.
HConnect (Example)
Usage example of the HConnect function
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
TableEnumBreak (Function)
Enumerates the breaks found in a Table control.
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....
LooperAdd (Function)
Adds a row at the end of a Looper control.
NetGetFile (Function)
Retrieves an existing file from an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
NetSendFile (Function)
Transmits a file to an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
BurnerAddFile (Example)
Usage example of the BurnerAddFile function
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.
SysBatteryOptimBackground (Function)
Used to manage battery optimization: Identifies the battery optimization mode for the current application. Prompts the user to disable battery optimization for a given application on the device. This function can be used to tell the operating system to stop preventing the application from running in the background....