ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

grDraw (Function)
Draws a chart according to the specified parameters.
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
TextToRTF (Function)
Converts text to Rich Text Format.
EmailStartSession (Function)
Starts an email management session based on the selected management mode (POP3, SMTP, IMAP or MS Exchange).
MySelf (Reserved word)
MySelf is used to handle the current control...
TableMoveColumn (Function)
Moves a column in a Table or TreeView Table control.
PicSave (Function)
Saves the image found: in an Image Editor control. in a WDPic variable....
fMoveFile (Function)
Moves a file from one directory to another.
MapGetPosition (Function)
Returns the geographical position of the point located in the center of the map currently displayed in a Map control.
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.
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
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.
grDeleteAll (Function)
Erases a chart and destroys this chart.
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
EnumControl (Function)
Returns the name of Nth control found in the specified element.
grType (Function)
Identifies or modifies the type of chart.
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
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.
ThreadMode (Function)
Changes the management mode of threads.
grCategoryLabel (Function)
Initializes the label of a data category (or section) in a chart.
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.