ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FTPSend (Example)
Usage example of the FTPSend function
EmailUpdate (Example)
Usage example of the EmailUpdate function
HSynchronizeReplica (Example)
Usage example of the HSynchronizeReplica function
fCompress (Example)
Usage example of the fCompress function
SaaSAdminFindPricing(Function)
Finds a SaaS pricing.
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?......
CtCacheSize (Property)
The CtCacheSize property is used to determine and change the maximum number of records that can be stored in the cache of the Native MySQL Connector.
Google Calendar management functions
List of functions for managing Google calendars...
Constants for managing XML documents
List of constants used by the functions for managing XML documents....
SaaSAdminListPricing (Function)
Lists the pricing of a SaaS site.
SaaSAdminConfigureCurrency (Function)
Configures the currency used in the connection reports of the SaaS system.
LooperMoveLine (Function)
Moves a row or swaps two rows in a Looper control.
FinPaymentNb (Example)
Usage example of the FinPaymentNb function
Encryption (Property)
The Property Encryption allows you to know and modify the type of encryption used.
BurnerErase (Example)
Usage example of the BurnerErase function
fCurrentDrive (Example)
Usage example of the fCurrentDrive function
FinInterestRate (Example)
Usage example of the FinInterestRate function
EmailSaveAttachment (Example)
Usage example of the EmailSaveAttachment function
SaaSAdminFindSite (Function)
Find a site in the database of SaaS Webservice.
iZoneHeight (Example)
Usage example of the iZoneHeight function
SaaSAdminFindService (Function)
Finds the description of a SaaS service.
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
FTPRenameFile (Function)
Renames or moves a file found on an FTP server (File Transfer Protocol).
FTPMakeDir (Function)
Creates a directory on an FTP server (File Transfer Protocol).
FTPDeleteFile (Function)
Deletes a file from an FTP server (File Transfer Protocol).