ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

2. Web development and WEBDEV
WEBDEV Tutorial: WEBDEV overview Lesson 2: Web development and WEBDEV - 10 min
SeekProcedure (Function)
Seeks a procedure identified by its name. The procedure found can be run directly.
CommandLine (Function)
Identifies and retrieves the different elements of the command line passed as a parameter to the current program.
LooperAddLine (Function)
Adds a row at the end of a Looper control.
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
PageRefresh (Function)
Refreshes a page displayed in the user's browser from the context on the server....
SpeechRecognitionAddCommand (Function)
Adds a voice command into the current window.
Country (Type of variable)
The Country type is used to find out the characteristics of a country.
Socket: Creating a simplified socket server
WINDEV gives you the ability to create a simplified socket server......
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
NbPendingThread (Property)
The NbPendingThread property is used to get the number of pending threads in a queue or in a stack.
ListInfo (Function)
Retrieves the characteristics of a WLanguage list: types of elements and number of elements.
HFilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
FinPeriodInterest (Function)
Calculates for a given period the amount of interests due for a loan paid off by fixed periodic payments with a fixed interest rate.
HDeclare (Function)
Declares a description of table (found in a database schema) in the current project.
HSavePosition (Function)
Stores the current file context (current record, filter, pointers).
Describing the replication (ReplicEdit)
ReplicEdit is used to create a replication via a wizard, but the replication description window allows identifying or configuring additional parameters......
fSelectDir (Function)
Opens a directory picker.
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
fCurrentDrive (Example)
Usage example of the fCurrentDrive function
EmailReadPrevious (Function)
Reads the email found before the current email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
TableInfoXY (Example)
Usage example of the TableInfoXY function