ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Font (Type of variable)
A Font variable creates a font programmatically...
Executable: Saving the project
At the end of the executable creation wizard, WINDEV proposes to automatically make a backup of the sources of your project......
DisplayOrphan (Property)
The property AfficheOrphelin property allows you to: Determine whether a row or column in a Pivot Table control is displayed when it has no parent. Change the display mode of a row or column in a Pivot Table control when it has no parent....
JSMethod (Function)
Used to run a JavaScript method on an element found in the current page.
Multiple assignments of arrays, structures and classes
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer, string, real, numeric or currency) to the cells of an array. This multiple assignment is also available for the structures and the classes....
sfLeadConvert (Type of variable)
The sfLeadConvert type is used to describe the conversion parameters of a lead...
xmlSignature (Type of variable)
The xmlSignature type is used to define the advanced characteristics of an XML signature.
fbSession (Type of variable)
The fbSession type is used to describe a connection to the Facebook service and to manage the authentication to this service.
beaconGroup (Type of variable)
The beaconGroup type is used to define the advanced characteristics of a set of Beacons.
xlsLayout (Type of variable)
The xlsLayout type is used to define all the layout characteristics of a sheet of an XLSX document in a Spreadsheet control.
KanbanDisplay (Function)
Refreshes a Kanban control or a card in the Kanban control.
RequestRefreshUIElement (Function)
Requests the execution of the "Request for refreshing the display" event of the specified element (and gives back control without waiting for the execution of the event).
pdfProtection (Variable type)
The pdfProtection type allows you to identify the protection options applied to a PDF document present in a variable of type pdfDocument. This new variable type is available from WINDEV Suite SaaS 2025 Update 3....
ParallelTask (Variable type)
The ParallelTask type is used to handle a task, which means a procedure run by a thread in the parallel programming.
restRequest (Variable type)
The restRequest type is used to define the advanced characteristics of a REST request.
RequestUpdateUI (Function)
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event). This function is kept for backward compatibility.
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
DateTimeValid (Function)
Checks the validity of a date/time between January 01, 0001 at 0 hours 0 minutes 0 seconds 0 hundredths of a second and December 31, 9999 at 23 hours 59 minutes 59 seconds 99 hundredths of a second....
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
GeometryContain (Function)
Determines if geometry A contains geometry B.