ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HReadFirst (Function)
Sets the position on the first record according to a browse item.
ThreadExecute (Function)
Starts the execution of a secondary thread.
MapDeleteAll (Function)
Deletes the following from a Map control: all markers, use any shape you want, all images....
MapInfoXY (Function)
Returns the geographical position (latitude and longitude) corresponding to a point in a Map control.
DeleteParameter (Function)
Deletes a parameter (or a set of parameters) saved either by SaveParameter, or automatically via the persistence of data in the controls.
RESTSend (Function)
Sends a REST request and waits for the server response.
zipExist (Function)
Used to find out whether an archive exists.
grSeriesSecondaryAxis (Function)
Defines whether a series will be drawn on the secondary axis.
grRaised (Function)
Used to display a chart with raised effect.
grSourceSeries (Function)
Defines the source of a series.
MapAddMarker (Function)
Adds a new marker onto a map displayed in a Map control.
HExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL file, a query or an HFSQL view to a physical file (on disk).
Font
The Font keyword can correspond to: a Font variable. the Font property....
EmailReadLast (Function)
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
zipSize (Function)
Returns the size of archive (in ZIP, RAR, CAB, WDZ or 7z format): the size of all compressed files found in the archive. the size of all files found in the archive before compression....
fSize (Function)
Returns the size of a file (in bytes).
TableCollapseAll (Function)
Collapses: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
zipOpen (Function)
Opens an existing archive.
CharactType (Function)
Returns information about the type of character.
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
BurnerSelect (Function)
Used to select the default burner.
iPrintImage (Example)
Usage example of the iPrintImage function