ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

grDraw (Function)
Draws a chart according to the specified parameters.
SemaphoreEnd (Function)
Allows one or more threads to exit from the area protected by the semaphore.
grMask (Function)
Formats the data displayed by grLabel or by grTooltip.
TextToRTF (Function)
Converts text to Rich Text Format.
EmailDeleteMessage (Function)
Deletes the current email using the current protocol (POP3, IMAP, MS Exchange, Lotus Notes or Outlook).
BurnerVolumeName (Function)
Allows you to find out or modify the name of the CD or DVD to burn.
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
MapGetPosition (Function)
Returns the geographical position of the point located in the center of the map currently displayed in a Map control.
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
HOnServerCall (Function)
Customizes the management of message display on the client computer and the management of disconnection from a client computer.
HLinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
fMoveFile (Function)
Moves a file from one directory to another.
LooperModify (Function)
Changes the values of the attributes in a row of a Looper control.
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
EmailStartSession (Function)
Starts an email management session based on the selected management mode (POP3, SMTP, IMAP or MS Exchange).
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
grDeleteAll (Function)
Erases a chart and destroys this chart.
grType (Function)
Identifies or modifies the type of chart.
grAxisTitleFont (Function)
Modifies the font used for the titles of the chart axes.
CriticalSectionEnd (Function)
Marks the end of a critical section: another thread will be able to run the code.
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
ID (Property)
The ID property is used to get and change IDs.
fFileName (Function)
Returns the name of an external file that is currently opened.
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.