ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing bar codes
The use of bar codes to identify and manage products has become essential...
fTempFile (Example)
Usage example of the fTempFile function
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
Slider control properties (in a page)
A Slider control and a Range Slider control found in a page can be handed in WLanguage by the following properties.
SOAPGetResult (Example)
Usage example of the SOAPGetResult function
DDEConnect (Example)
Usage example of the DDEConnect function
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.
Round (keyword)
The Round keyword can correspond to...
Password (Property)
The Password property sets and changes the password.
PageToASP (Function)
Sends the data found in a page currently displayed in the browser to an ASP server.
PageToJSP (Function)
Sends the data found in a page currently displayed in the browser to a JSP server.
PageToPHP (Function)
Sends the data found in a page currently displayed in the browser to a PHP server.
1. Implementing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 1 - Implementing a Client/Server database - 10 min...
SocketRead (Function)
Retrieves a message sent by another socket.
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...
diffCreate (Function)
Compares two buffers and creates a buffer containing the differences between these two buffers.
EventWait (Function)
Locks the current thread while waiting for the specified event to be opened.
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
xlsNbRow (Function)
Returns the number of rows found in an XLS file.
XMLParent (Function)
Positions on the parent element of current element (tag or attribute).
HErrorPassword (Function)
After the execution of a read or write function in a data file, used to find out whether an error caused by a wrong password occurred on this data file.
fExtractPath (Example)
Usage example of the fExtractPath function
Handle (Function)
Returns the system "Handle" (HWND) of a WINDEV control or window.
Modbus
Modbus is a "field" (industrial and/or restricted environments) communication protocol created in 1979......
Combo Box columns in Table controls
A Table control (populated programmatically, based on a data file or based on a variable) can include Combo Box columns......