ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

StackInfo (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control......
LooperAdd (Function)
Adds a row at the end of a Looper control.
SessionHeartBeatEnable (Function)
Enables or disables the "heartbeat" of the current session.
gLink (Function)
Adds an "invisible" value to an element of a List or Combo Box control. Function kept for compatibility. It is recommended to use gStoredValue....
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
SeekByProcedure (Function)
Seeks an element in a one-dimensional array by using a comparison procedure.
SwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
grAutoRefreshSeries (Function)
Identifies or defines whether a series is refreshed whenever the chart is drawn.
HExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL file, a query or an HFSQL view to a physical file (on disk).
QueueInfo (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
Customizing the guide
The guide is a powerful search engine included in WINDEV, allowing you to find all referenced documents about a subject......
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
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...
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.