ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DDEConnect (Example)
Usage example of the DDEConnect function
EmailDeleteMessage (Function)
Deletes the current email using the current protocol (POP3, IMAP, MS Exchange, Lotus Notes or Outlook).
Events associated with control templates
List of events associated with control templates...
Logical operators
The logical operators are as follows......
HLockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
Error 25: No THEN statement is associated with this IF
EmailReadMessage (Function)
Reads an incoming according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
HSetPosition (Example)
Usage example of the HSetPosition function
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
Looper control based on a data file
This type of Looper control uses data from a data file or query......
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
HForward (Example)
Usage example of the HForward function
Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
SysPowerStatus
Used to get various information about the battery (main or secondary) of the device on which the application is running.
GglPrintDocument (Function)
Prints a document (text or PDF file, images, Word or Excel document, ...) by using the Cloud Print service of Google.
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
5. The following files are automatically created
MySelf (Reserved word)
MySelf is used to handle the current control...
Debugging an external component
You have developed an external component and you want to debug it? The user of an external component sends an executable indicating that your external component does not operate? You are using your external component in another project and you want to debug it?......
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
Editing the WEBDEV style sheet
WEBDEV allows you to manage all the WEBDEV styles used in a project......
xlsNbColumns (Function)
xlsNbColumns is kept for backward compatibility only.
Scheduler control: Customize appointments
In the Scheduler control, the appointment is displayed in a specific area......
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
HReadSeekFirst (Example)
Usage example of the HReadSeekFirst function