ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Programming the browsing Looper controls
These are the main concepts for programming Looper controls based on a data file......
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
Constants for managing errors and exceptions
List of constants used by the functions for managing errors and exceptions....
DnD constants
List of constants used by the functions for managing the Drag and Drop....
SQLExec (Function)
Names and runs an SQL query.
ControlInvisible (Function)
Makes a control (or a group of controls) invisible in a window. An animation can be set on the controls during this operation.
restResponse (Variable type)
The restResponse type is used to define all the advanced characteristics of a REST response.
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
Font (Type of variable)
A Font variable creates a font programmatically...
fListDirectory (Function)
Lists the subdirectories of a given directory and returns the full paths of listed subdirectories.
AJAX programming
The diagram below presents the use of "programmed AJAX" in a WEBDEV site......
EXE constants
List of constants used by the functions for managing executables....
MatError (Function)
Identifies the type of the last error caused by a Matxxx function (functions for matrix management).
ControlVisible (Function)
Makes a control (or a group of controls) visible in a window. During this operation, an animation can be performed on the controls.
Telemetry: Method used to send data
Telemetry data is sent to the server regularly and is processed by the server every 2 hours......
mongoCollectionOption (Type of variable)
The mongoCollectionOption type is used to define the advanced characteristics of collection options in a MongoDB database.
TableAddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
WINDEV 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
The Flex control
The Flex control is used to display a Flash® animation created by a Flex editor in a WEBDEV page......
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
HCross (Function)
Crosses a record in a data file.