ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Storing files in Android
The file system on the devices running Android is divided into two main storage areas......
Translating a text file with WDTRAD
New Features brochure - Version 28: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
Brochure of new features: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
Multi-project search
Performing a search in the current project is a common operation......
TableModifyColumn (Function)
Modifies a column in a horizontal Table control.
Find/Replace in the current project
The "Find/Replace" feature is used to......
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
zipAddDirectory (Example)
Usage example of the zipAddDirectory function
4. Conditional statements
WINDEV Tutorial - WLanguage basics Lesson 4 - Conditional statements - 20 min
IF statement
The conditional IF statement allows you to run an action according to a condition...
Input (Function)
Displays a message allowing the user to type an information.
LooperModifyLine (Function)
Changes the values of the attributes in a row of a Looper control based on a data file or populated programmatically.
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
KeyExpression (Property)
The KeyExpression property is used to set the different components of a composite key.
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
LOOP statement
The statement block is repeated endlessly...
MatStack (Function)
Compresses the memory footprint occupied by a matrix.
Positioning marks in the code
The positioning marks are used to "tag" specific lines of code......
Items (Property)
The Items property is used to configure the different items of a full-text index.
fStopCompress (Example)
Usage example of the fStopCompress function