ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SysIconDeleteImage (Function)
Deletes the icon that overlays the application icon in the taskbar.
SysThumbnailModifyButton (Function)
Modifies one of the buttons found on the application thumbnail in the taskbar.
SysIconAddImage (Function)
Adds an icon that overlays the application icon in the taskbar.
SysThumbnailAddButton (Function)
Adds a button into the thumbnail of the application in the taskbar.
ProgressBarSystem (Property)
The ProgressBarSystem property gets and sets the progress bar used as system progress bar (in the taskbar) with Windows 7 (and later).
HFree (Function)
Transforms the crossed records (HCross) into deleted records.
MatRead (Function)
Reads the value of a matrix element.
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
grRaised (Function)
Used to display a chart with raised effect.
HModifyDatabaseRights (Function)
Modifies the rights granted to a user or to a group for a HFSQL Client/Server database....
EndAutomatedProcedure (Function)
Stops the current or forthcoming execution of an automatic procedure (defined by the properties of the procedure in the code editor).
grSourceSeries (Function)
Defines the source of a series.
HRecordDate (Function)
Returns the date and time of the last write operation performed on a record in an HFSQL file (Classic or Client/Server)....
XMLParent (Function)
Positions on the parent element of current element (tag or attribute).
HErrorPassword (Function)
After the execution of a read or write function in a data file, used to find out whether an error caused by a wrong password occurred on this data file.
Print functions
List of print functions...
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
gAlignment (Function)
Builds a sequence of characters containing an aligned text or an aligned image.
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
HDeleteFile (Function)
Deletes the HFSQL data files (.fic, .ndx, .ftx and .mmo files if they exist) from the server.
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
dLine (Function)
Draws a line: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
MessTranslate (Function)
Retrieves a message found in the code of a program in the current language.
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....
The Contact structure
The Contact structure is a preset structure of WLanguage (no declaration is required)......
The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points of interest (POI) and more....
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
grPiePullOut (Function)
Pulls out a section (or all sections) in a chart.