ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Handling a Web Component control through programming
SocketWrite (Function)
Writes a message intended to another socket.
12. External component in practice
ComponentLoad (Function)
Loads an external component. This component can be: an external component present in the current project. an external component independent of the current project....
Animating the image display (WEBDEV)
...The Web sites propose several transition effects between the elements:...
mqttSession (Type of variable)
The mqttSession type is used to define the parameters for connecting to the MQTT broker.
AJAXExecuteAsynchronous (Function)
Runs a server procedure without refreshing the page.
ScriptExecute (Function)
Calls an external script (.asp or .php) and returns the result in a string.
fCompare (Function)
Compares the content of two files bit by bit.
Enumeration (Type of variable)
An enumeration is a set of values......
StoreSortAAF (Property)
The StoreSortAAF property is used to determine and specify if the sorting order defined by the user on a Table or TreeView Table control is kept when an application is closed and opened again.
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
25. Performing a process on several successive pages
Performing a process on several successive pages...
CalendarOpen (Function)
In a Date edit control, opens a popup window displaying a calendar.
Multitask (Function)
MultiTask is used to: define a timeout, give control back to Windows, give control back to Windows and to WLanguage....
emailIMAPSession (Type of variable)
The emailIMAPSession type is used to access a messaging server by using the IMAP protocol (Internet Access Message Protocol) in order to retrieve the messages found on this server.
EnumControl (Function)
Returns the name of Nth control found in the specified element.
MatReadLine (Function)
Reads the value of all elements found in a matrix row.
EvaluateExpression (Function)
Evaluates the value of an expression built in a character string.
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
dbgConnect (Function)
Used to connect a remote debugger to an application, service, Webservice, etc.
TABOrder (Property)
The TABOrder property gets and sets the position of a control in the tab order of a window.
Sort (Function)
Sorts a WLanguage array.
iXPos (Function)
Used to manage the horizontal position (X-coordinate) of print cursor in the page.