ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Push (Function)
Pushes an element onto the stack.
grCategoryLabel (Function)
Initializes the label of a data category (or section) in a chart.
HashCheckFile (Function)
Checks the Hash of a file for a specific type of algorithm.
zipClose (Function)
Closes an archive.
GetIdentifier (Function)
Calculates a unique identifier (integer) for an executable or for a session.
gBackground (Function)
Builds a sequence of characters used to define the display color (background color of a text, circle, rectangle, ...).
gCoord (Function)
Builds a sequence of characters used to define the position of the input cursor for a text.
gFontItalic (Function)
Builds a sequence of characters used to specify whether or not the text that follows the call to this function is in italic type.
gFontUnderlined (Function)
Builds a sequence of characters to specify whether or not the text that follows the call to this function is underlined.
dbgOnError (Function)
Defines the WLanguage procedure that will be called whenever an error is detected by a dbgCheckXXX function.
MapDeleteMarker (Function)
Deletes a marker from a map displayed by a Map control.
Enqueue (Function)
Adds an element to the queue.
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
MapModifyMarker (Function)
Modifies a marker displayed in a Map control.
GanttGetTask (Function)
Gets a task using its identifier in a Gantt Chart column in a Table or TreeView Table control.
Favicon: Define the site icon
WEBDEV allows you to easily define the site icon (also called Favicon)......
XMLWrite (Function)
Creates or modifies the value of an XML element or the value of the attribute for an XML element.
LoadParameter (Function)
Reads a persistent value.
dbgCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
grSeriesColor (Function)
Initializes the color of a series or the color of a section.
dbgError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
grScatterSeriesColor (Function)
Initializes the color of a series in a "Scatter" chart.
HashFile (Function)
Calculates the Hash of a file according to a specific algorithm.
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.