ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Splitter control
The Splitter control is used to divide a window into several distinct areas...
LoadParameter (Function)
Reads a persistent value.
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
Handling Kanban controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Kanban controls......
WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......
fCreate (Function)
Creates an external file.
Filtering a data file, a view or a query
A filter is used to define by programming a selection of records corresponding to one or more criteria......
Generating SQL scripts
The content of an analysis can be exported in the format of SQL scripts for a specified database (SQL Server, Oracle, ......
Sort (Function)
Sorts a WLanguage array.
HTTPCreateForm (Function)
Creates an HTTP form.
FilePath (Property)
The FilePath property gets: the name of the xlsx file associated with a Spreadsheet control. the name of the file associated with an Image Editor control. the name of the PDF file associated with a PDF Reader control. the name of the DOCX file associated with a Word Processing control. the name of the wddiag file associated with a Diagram Editor control....
HTML Editor control events
The following events appear by default in the WINDEV and WINDEV Mobile code editor...
SQL statements
The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows......
Automatic menu of tables (AAF)
Each Table control found in a window proposes a menu to the user......
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
Using Facebook authentication
Facebook is the world's most popular social network. It is commonly used by companies to reach their customers......
HCreateMovableReplica (Function)
Creates a movable replication.
The Breadcrumb control
The "Breadcrumb" control corresponds to a series of links allowing the Web user to go back into the logical tree structure of a site......
MutexCreate (Function)
Explicitly creates a mutex.
MatCopy (Function)
Creates the copy of a matrix.
ArraySort (Function)
Sorts a WLanguage array.
2. Searching and iterating over records
WINDEV Tutorial: WINDEV application: Managing data Lesson 2 - Searching and iterating over records - 30 min
SourceToScreen (Function)
Automatically updates the controls in a window or page 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....
Value (Property)
The Value property is used to: Find out and modify the value of a report control. Find out and modify the value of a control or the title of a window. Find out the identifier of a stream. Find out and modify the value of a control or the title of a page....
Information about a control found in a window or in a page
The window editor and the page editor allow you to get information about the controls used....
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.