ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....
ODBCSQLCode (Property)
ODBCSQLCode is used to: Find out the SQL code of the "query performed on a connection" (data source of report). Modify the SQL code of the "query performed on a connection" (data source of report)....
ODBCDatabaseName (Property)
ODBCDatabaseName is used to: Find out the name of the database used when printing a report based on a "query performed on a connection". Specify the name of the database used when printing a report based on a "query performed on a connection"....
ODBCConnectionName (Property)
The ODBCConnectionName property is used to: Identify the name of the ODBC connection used when printing a report based on a "query performed on a connection". Specify the name of the ODBC connection used when printing a report based on a "query performed on a connection"....
MemFirst (Function)
Positions on the first element of a memory zone and returns the value of this first element.
Manage SCM branches visually
The Source Code Manager offers a graphic interface for editing branches to optimize the management of branches in your projects......
Android Widget windows
An Android application can contain one or more Widget windows......
ControlClone (Function)
Creates a new control from an existing control.
Linking a Scheduler control to a data file or variable
You can create Scheduler controls directly linked to the data....
ToastDisplayPopup (Function)
Displays a popup page during a given duration in order to display a "Toast" message.
ODBCPassword (Property)
The ODBCPassword property is used to: Identify the password used to connect to a database via an ODBC driver or a Native Connector. Specify the password used to connect to a database via an ODBC driver or a Native Connector....
7. Multilingual applications in practice
ODBCUserName (Property)
ODBCUserName is used to: Identify the username used to connect to a database via an ODBC driver or a Native Connector. Specify the username used to connect to a database via an ODBC driver or a Native Connector....
3. Multi-criteria search
WINDEV Tutorial: WINDEV application: Managing data Lesson 3 - Multi-criteria search - 40 min
PageCurrentLayout (Function)
Returns the index of the current layout: in the current page. in the specified page....
BTLEConnect (Function)
Used to connect to a Bluetooth Low Energy device.
MemRetrieve (Function)
Retrieves the return value of an element found in a memory zone.
Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......
Nesting the framesets
By default, a frameset is used to display several pages in the same window of the browser......
Constants for managing ports
List of constants used by the functions for port management (serial and parallel ports)...
Project Management Hub: Sprint management
A sprint or iteration is a development cycle......
TableDeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed in a Combo Box control) with an animation.
PageEnableDDW (Function)
Enables or disables the DDW (Dim Disabled Window) when displaying a modal page (the pages used to communicate with the user for example).
Using layouts in WINDEV and WINDEV Mobile
The layout is used to define several views of a window in the same project without duplicating this window......
DotNetDelegate (Function)
Initializes a.NET delegate.