ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
LooperSave (Function)
Validates the modification or addition of the record associated with the current row in the Looper control.
Private Store for mobile applications
There are two methods two deploy your applications......
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
Spreadsheet: Using the ribbon
The ribbon of the Spreadsheet control proposes several features and it allows you to define several settings......
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open a window
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
WorkingDirectory (Property)
The WorkingDirectory property is used to: get or change the directory used by the HTML Editor control to store the images and CSS sheets of an HTML page. get the directory used by the HTML Display control to store the images and CSS sheets of an HTML page. get the directory used by the Camera control to save photos and videos....
WithSpace (Function)
Adds or deletes the spaces found on the right of a text item when reading it.
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
1. Creating a WINDEV project and its analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 1 - Creating a WINDEV project and its analysis - 5 min
WDInst: Customizing the setup program
The setup editor WDInst proposes a standard setup program......
UMC: Implementing and managing the "User Macro-Codes"
Regardless of the skill of the development team, the end user will always want to do something that has not been planned for......
TableModifyColumn (Function)
Modifies a column in a horizontal Table control.
HDFS functions
The following functions are used to manage files on a HDFS system......
Generating the LDM from the CDM
To associate a CDM (Conceptual Data Model) with a project, you must generate the associated LDM (Logical Data Model)......
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
1. Application overview
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 1 - Application overview - 10 min
The SilverLight control
The SilverLight control is used to display a SilverLight 2 animation in a WEBDEV page......
WLanguage functions available for a report
Most WLanguage functions can be used in the events of a report (created with the report editor)......
SQLTransaction (Example)
Usage example of the SQLTransaction function
emailNotesSession (Type of variable)
The emailNotesSession type is used to access a Lotus Notes messaging server in order to retrieve the messages found on this server and to send messages.