ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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....
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
SaaS administrator - Managing a client
Managing a SaaS client account is used to......
7. Consuming a web service
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 7 - Consuming a web service - 10 min
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
HIndex (Function)
Rebuilds the file index (".NDX" file).
WDXView : Use
This help page presents the different features of WDXView......
zipCreate (Function)
Creates an archive.
ScrollValue (Property)
The ScrollValue property gets and sets the scroll value.
TableDisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
Extern (Reserved word)
EXTERN is used to...
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
The Multimedia control
The Multimedia control is used to play multimedia files......
SocketCreate (Function)
Creates a socket.
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
NoCharacter (Function)
Returns a string after removing the specified leading and trailing characters.
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
Query editor: Characteristics
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.
ArrayInsert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
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.