ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fWatchFile (Function)
Starts watching a file.
fWatchStop (Function)
Stops watching a file or directory.
fWatchStopAll (Function)
Stops all current watch tasks of files and directories.
Thread (Type of variable)
The Thread type allows you to define all the characteristics of a thread.
WINDEV Mobile and SMS messages
WINDEV Mobile allows you to easily send and read SMS messages with the SMS functions...
Assignment operators
Three assignment operators are available......
ArrayAdd (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array...
Count (Property)
The Count property returns the number of elements in a given set.
Value (Property)
The Value property is used to: Find out and modify the value of a report control. Find...
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors...
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion...
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically...
Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control...
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements),...
Global procedure/function
A global procedure can be used in all the processes or events of the project....
Associative array (Type of variable)
An associative array is an "advanced" type of array...
Combination (Type of variable)
A combination is a set of options.
Structure (Type of variable)
A structure is a custom type of data...
Nation (Function)
Defines or identifies the display language (captions, messages, ...) used for the windows, pages,...
Local procedure
Two types of procedures are available......
Buffer (Type de variable)
The buffer type corresponds to a binary memory area....
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable....
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project....
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called...