ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

LOOP statement
The statement block is repeated endlessly...
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....
dCopyImage (Example)
Usage example of the dCopyImage function
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
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.
Runtime error management functions
List of functions for managing runtime errors...
XMLResult (Function)
Returns the result of a calculation XPath query.
ExceptionPropagate (Function)
Propagates an exception.
StackInfo (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
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.
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
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....
WordCount (Function)
Returns the number of words in a string.
ParallelTaskCancel (Function)
Immediately ends the execution of the current task: the task is flagged as ptsCanceled.