ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Runtime error management functions
List of functions for managing runtime errors...
XMLExtractDocument (Function)
Creates a new XML document from an existing XML document.
XMLRestorePosition (Function)
Restores the previously saved context of an XML document.
grAutoRefreshSeries (Function)
Identifies or defines whether a series is refreshed whenever the chart is drawn.
StackInfo (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
QueueInfo (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
dSaveImagePNG (Function)
Saves an image: in a PNG file. in memory....
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
DecimalToSexagesimal (Function)
Returns the sexagesimal angle (in base 60) corresponding to a decimal angle.
SwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
XMLResult (Function)
Returns the result of a calculation XPath query.
ExceptionPropagate (Function)
Propagates an exception.
LOOP statement
The statement block is repeated endlessly...
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
fChangeSize (Function)
Resizes an external file.
MapMode (Property)
The MapMode property determines and changes how the map is displayed in the Map control.
EventCreate (Function)
Creates an event.
geoAzimuth (Function)
Returns the direction represented by a location in relation to another one.
DateTimeLocalToUTC (Function)
Converts a local date and time (time zone, summer time, winter time) to UTC.
ArrayMoveLine (Function)
Allows: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer starting at a specified position....