ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library...
AppleTrackingAuthorizationStatus (Function)
Determines if the app has been allowed to track activity based on user data (iOS only).
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
Query editor: Characteristics
NoCharacter (Function)
Returns a string after removing the specified leading and trailing characters.
Process (Property)
The Process property is used to modify the processes to be executed by the events available on a control, window, page, report, etc.
Vertical (Property)
The Vertical property is used to: determine if a control is oriented horizontally or vertically. change the orientation of Table and Looper controls (switch from vertical to horizontal and conversely)....
LooperDeleteAll (Function)
Deletes all rows from a Looper control populated programmatically.
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.
StringInsert (Function)
Inserts a string into another character string at a given position.
TableToClipboard (Function)
Copies the content of a Table or TreeView Table control to the clipboard.
TableCollapseAll (Function)
Collapses: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
StringReverse (Function)
Reverses the characters of a string.
HashCheckString (Function)
Checks the Hash of a character string for a specific type of algorithm.
String functions
List of functions for managing character strings...
XMLToText (Function)
Converts a character string in XML format into a standard character string.
DnDForce (Function)
DnDForce is kept for backward compatibility.
LooperMoveLine (Function)
Moves a row or swaps two rows in a Looper control.
Contains (Function)
Allows you to check if a substring is within a string.
X (Property)
The X property is used to: Get the X-coordinate of a control, Table control column or window (position on the X-axis). Get the X-coordinate of a control or window (position on the X-axis)....
InTestMode (Function)
Indicates whether the application or the site is started: from the WINDEV or WEBDEV editor, from the executable or browser. from the WEBDEV administrator....
ArraySwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.