ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Image control
The Image control is used to......
Partial indexing of memos
You now have the ability to index the content of a text memo item......
TableDeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed in a Combo Box control) with an animation.
HReadFirst (Function)
Sets the position on the first record according to a browse item.
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
Nation (Function)
Defines or identifies the display language (captions, messages, ...) used for the windows, pages, reports and controls.
FTPGetFile (Function)
Transfers a file from an FTP (File Transfer Protocol) server to the current computer.
The Multiline Zone control
The Multiline Zone control is used to easily create interfaces in iOS style....
WLanguage procedure called by FTPListFile
Procedure ("Callback") called by FTPListFile for each file found.
5. Loops
WINDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
Comparison operators
The comparison operators can be divided into several categories......
WLanguage procedure called by fListDirectory
Procedure ("Callback") called by fListFile for each file found.
Server (Property)
The Server property is used to manage the data source of a connection (HFSQL Client/Server, OLE DB, etc.)....
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).
TimelineAddEvent(Function)
Adds an event into a TimeLine control.
Native SQLite Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQLite Connector.
fWrite (Function)
Writes: a character string into an external file. a memory section....
MCI constants
List of constants used by the MCI functions....
3. Dates, arrays and structures
WINDEV Tutorial: WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
URLEncode (Function)
Encodes a URL with a sub-set of ASCII characters.
Structure of data files of user groupware
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.