ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HDeactivateFilter (Example)
Usage example of the HDeactivateFilter function
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.
LabelNumberToStart (Property)
The LabelNumberToStart property is used to: Find out the number of the label on the label sheet from which the print will be performed. Modify the number of the label from which the print will be performed on the label sheet....
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
EventCreate (Function)
Creates an event.
HSuggestKeyEnd (Function)
Finishes collecting information on executed queries.
docStyle (Variable type)
The docStyle type is used to define the advanced characteristics of a style belonging to a document, a paragraph or a document fragment.
fCurrentDir (Function)
Identifies or modifies the current directory.
LooperMoveLine (Function)
Moves a row or swaps two rows in a Looper control.
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....
HTriggerRecordBefore (Function)
Retrieves the value of the current record before the trigger(s) are executed.
RegexMatch (Function)
Checks whether a string matches the format defined by a regular expression.
kbCard (Variable type)
The kbCard type defines all the advanced characteristics of a card in a Kanban control.
WINDEV Mobile 2025: New WLanguage features
In version 2025, new functions, properties and data types have been introduced and some have been improved, ......
First project window
FinLinearRedemption (Function)
Calculates the value of linear amortization of a product over a specific period of time.
FinInterestRate (Function)
Calculates the interest rate for a loan over a specific period of time with fixed payments.
Rectangle (Type of variable)
A Rectangle variable is a structured type that is used to represent a rectangle (X, Y, Width, Height) in 2 dimensions.
FTPSize (Example)
Usage example of the FTPSize function
WindowFromSource (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
Using several libraries in an application
A library is a WDL file that contains all the resources......