ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
Using the Google Maps service
The Google Maps service is an Internet mapping software proposed by Google......
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
EmailDeleteMessage (Function)
Deletes the current email using the current protocol (POP3, IMAP, MS Exchange, Lotus Notes or Outlook).
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
Handling Organizer controls programmatically
Organizer controls can be handled programmatically....
Border (Property)
The Border property is used to get and change the characteristics of the borders: for a report control or block. for a window control. for a cell of a Table control....
HDescribeFullTextIndex (Example)
Usage example of the HDescribeFullTextIndex function
HAdd (Function)
Adds: the record found in memory into the table (query or view). the record found in a Record variable into the table (query or view)....
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
FTPTime (Example)
Usage example of the FTPTime function
JavaExecute (Example)
Usage example of the JavaExecute function
<Source>.ChangeDir (Function)
Changes the path to a table (i.e. directory in which the file will be handled).
HViewToFile (Example)
Usage example of the HViewToFile function
HListFullTextIndex (Function)
Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine.
LooperSort (Function)
Allows you to: Sort a Looper control according to one or more attributes. Sort a Looper control on all its attributes. Cancel a sort that was performed beforehand (which means ignore the sort)....
Manipulating a Layout control programmatically
A Layout control can be......