ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Animation management functions
WINDEV proposes several WLanguage functions for managing animations......
StringToDate (Function)
Converts a date in character string format to a date in YYYYMMDD format.
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.
fGraphicFilter (Example)
Usage example of the fGraphicFilter function
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
Different types of pages
WEBDEV enables you to create static sites and/or dynamic sites......
Size (Property)
The Size property is used to determine and change the size of an element.
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
1. Implementing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 1 - Implementing a Client/Server database - 10 min...
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
SCM administrator: available tools
The SCM administrator (Source Code Manager) proposes several tools to manage and optimize the SCM repository......
diagShape (Type of variable)
The diagShape type is used to define all the advanced characteristics of the original shape used in a diagram.
EventOpen (Function)
Opens a synchronization event between several threads.
HInfoLog (Function)
Returns information about the server logs.
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
ThreadMode (Function)
Changes the management mode of threads.
ArrayInsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
How to choose the data source of a control?
This help page presents the different data sources available for a control....
Transactions in HFSQL Client/Server mode
To keep maximum compatibility between HFSQL Classic applications (single-user or multi-user) and HFSQL Client/Server applications, the transaction mechanism in HFSQL Client/Server mode is similar to the one in HFSQL Classic mode......
8. Windows in practice
Discover the main actions that can be performed on the windows....
Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
iLink (Function)
Adds a link to a URL address into the HTML page currently printed.