ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

grSourceSeries (Function)
Defines the source of a series.
LoadError (Function)
Loads the file containing the error messages in the desired language into memory.
CharactTypeCount (Function)
Returns the number of characters matching a given type.
Font
The Font keyword can correspond to: a Font variable. the Font property....
HFSQL Control Center: Overview
The HFSQL Control Center is used to manage the different HFSQL databases (Network, Mobile, Client/Server) found in the company......
EmailReadLast (Function)
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
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).
HReadFirst (Function)
Sets the position on the first record according to a browse item.
TableCollapseAll (Function)
Collapses: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
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)....
grSeriesSecondaryAxis (Function)
Defines whether a series will be drawn on the secondary axis.
grRaised (Function)
Used to display a chart with raised effect.
RESTSend (Function)
Sends a REST request and waits for the server response.
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....
zipExist (Function)
Used to find out whether an archive exists.
BurnerSelect (Function)
Used to select the default burner.
Note (Property)
The Note property is used to get and change a text associated with an element.
fSize (Function)
Returns the size of a file (in bytes).
CharactType (Function)
Returns information about the type of character.
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)....
MapChangeStyle (Function)
Changes the style of the map displayed in the Map control.
HImportText (Function)
Imports a Text file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
grScatterSeriesColor (Function)
Initializes the color of a series in a "Scatter" chart.
iPrintImage (Example)
Usage example of the iPrintImage function
Enumeration (Type of variable)
An enumeration is a set of values......