ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

StackInfo (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
InWindowsPhoneEmulatorMode (Function)
Indicates whether the test is run via the Windows Phone emulator. Function kept for backward compatibility....
ExceptionPropagate (Function)
Propagates an exception.
ColorHue (Function)
Calculates the hue of a color.
ColorSaturation (Function)
Calculates the saturation of a color.
ColorLightness (Function)
Calculates the lightness of a color.
diffCreate (Function)
Compares two buffers and creates a buffer containing the differences between these two buffers.
geoAzimuth (Function)
Returns the direction represented by a location in relation to another one.
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....
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
The List Box control
The List Box control is used to display a list of elements and to select one or more elements from this list......
QueueInfo (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
HourGlass (Function)
Transforms the mouse cursor into hourglass (and conversely). In Android and iOS, displays an endless progress bar in a window....
2. Performance profiler
WINDEV Tutorial: Optimizing a project Lesson 2 - Performance profiler - 15 min
dbgOnError (Function)
Defines the WLanguage procedure that will be called whenever an error is detected by a dbgCheckXXX function.
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
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.
dResize (Function)
Resizes an image: in an Image control. in an Image variable. in a picLayer variable]....
gImage (Function)
Builds a sequence of characters containing an image.
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......