ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MatReadLine (Function)
Reads the value of all elements found in a matrix row.
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.
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.
Enumeration (Type of variable)
An enumeration is a set of values......
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......
CalendarOpen (Function)
In a Date edit control, opens a popup window displaying a calendar.
25. Performing a process on several successive pages
Performing a process on several successive pages...
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.
Multitask (Function)
MultiTask is used to: define a timeout, give control back to Windows, give control back to Windows and to WLanguage....
EnumControl (Function)
Returns the name of Nth control found in the specified element.
Animating the image display (WEBDEV)
...The Web sites propose several transition effects between the elements:...
dbgConnect (Function)
Used to connect a remote debugger to an application, service, Webservice, etc.
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
EvaluateExpression (Function)
Evaluates the value of an expression built in a character string.
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.
iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.
Native MySQL Connector: Specific features and remarks
Remarks and specific features of the Native MySQL Connector...
HIndex (Function)
Rebuilds the file index (".NDX" file).
ThreadPause (Function)
Pauses the current thread during the specified duration.
WHelp (Function)
Displays a file or a help page in HLP or CHM format.
dCopyWindowImage (Function)
Copies the image from a WINDEV window to an Image variable or to an Image control.