ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MySelf (Reserved word)
MySelf is used to handle the current control...
ChronoReset (Function)
Stops and resets a running stopwatch.
Rich text, links and images in the WEBDEV controls
Rich text supports multiple advanced features: font, weight, size, color, attribute, ......
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
zipCreate (Function)
Creates an archive.
HOpenConnection (Function)
Opens a connection to a specific database.
OpenMobileWindow (Function)
Opens a window in a mobile application.
Associative array (Variable type)
An associative array is an "advanced" type of array...
fOpen (Function)
Opens an external file (ANSI or UNICODE) for programmatic manipulation.
LooperDeleteAll (Function)
Deletes all rows from a Looper control populated programmatically.
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
TableDisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
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....
SocketCreate (Function)
Creates a socket.
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
NoCharacter (Function)
Returns a string after removing the specified leading and trailing characters.
Extern (Reserved word)
EXTERN is used to...
Mini preview window
When printing a report through programming or using iPrint, it is now possible to request the use of a mini preview instead of the traditional preview....
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....
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....
ExceptionInfo (Function)
Retrieves information about the current exception.