ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed in parameter.
Rating control properties
The Rating control can be used in a window as well as in a page....
<Destination>.CopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
Managing connections
WINDEV, WEBDEV and WINDEV Mobile propose different methods for describing a connection......
Handling a control through programming in a report
All report controls can be handled through programming......
Sliding window (sliding menu)
The sliding windows (also called sliding menus) are often used in the mobile applications......
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.
WEBDEV 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
WINDEV Mobile 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
WINDEV 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
Calling a DLL written in Visual Basic
Visual Basic (like many other languages) allows you to create custom DLLs......
Input masks and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
Handling a Tab control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Tab control through programming......
Handling a Carousel control through programming
WINDEV allows you to handle a Carousel control through programming......
<Chart>.OverlayChart (Function)
Used to display two different types of charts in the same chart.
grOverlayChart (Function)
Used to display two different types of charts in the same chart.
AAF: Sort/Search/Filter on the columns of Table controls
FillType (Property)
The FillType property is used to determine the type of source used to populate Table, List Box, ListView, Combo Box and Looper controls.
9. Generation modes
WINDEV Mobile includes different types of generation......
Describing the report blocks
The different characteristics of a block can be viewed and/or modified in the description window of this block......
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed.......
Sensor functions
The following functions are used to manage the compass and the accelerometer in an application run on a mobile device (phone or tablet)....
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
spMatchesDescription (Property)
The spMatchesDescription property determines if the parameters (key derivation function, hash algorithm, iteration count and output length) of the item of type "Password" in the data file match the parameters described programmatically or in the analysis.
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...