ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Option (Property)
The Option property is used to get and change certain options.
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box, ListView or Combo Box control. a "Text token" Edit control. a row of a Table control. an input suggestion in an Edit control (if the suggestion is selected)....
fRead (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
LooperInsertLine (Function)
Inserts a row into a Looper control.
Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 min
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
2. Creating files in the analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
Native MariaDB Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector to MariaDB (also called Native Access)......
TreeCollapse (Function)
Collapses a branch previously expanded.
HReconnect (Function)
Performs a reconnection to the server for all the interrupted connections. The uninterrupted connections are not modified.
The HTML control
The HTML control displays HTML pages or HTML code......
HTTPTimeOut (Function)
Sets the timeout for WLanguage functions that use the HTTP protocol (HTTPRequest, SOAPExecute, DotNetExecute, J2EEExecute, etc.).
BurnerProperty (Function)
Used to find out and modify the properties of the current burner.
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
NumberColumn (Property)
The NumberColumn property is used to: Get the number of columns in Table, Check Box, Radio Button controls, etc.. Set the number of columns in a multi-column List Box control....
HDescribeItem (Example)
Usage example of the HDescribeItem function
dPoint (Function)
Draws a point: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
HTTPCookieRead (Function)
Returns the value of a cookie received further to an HTTP request.
MyReport (Reserved word)
MyReport is used to handle the current report...
Nation (Function)
Defines or identifies the display language (captions, messages, ...) used for the windows, pages, reports and controls.
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
Customizing the User Groupware