ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Looper control linked to a data file
A Looper control can be used to display the content of a data file or query......
WEBDEV scheduled task management functions
The following functions are used to manage scheduled WEBDEV tasks:
Control Centers: Working in offline mode
When working on a laptop computer or on an offline computer, you may want to continue working with the data found in the Control Centers (schedule management, quality management, etc....
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
The HTML Display control
The HTML Display control displays a web page in an application......
Developing applications in Universal Windows 10 App mode
WINDEV and WINDEV Mobile allow you to develop applications for Windows 10 tablets and for Windows Phone 10 and Windows 10 phones (Universal Windows 10 App applications)......
Manipulating Map controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate Map controls....
ArrayCount (Function)
Returns: the number of elements in a one-dimensional array. the number of rows in a two-dimensional array. the number of elements in the first dimension of a three-dimensional or N-dimensional array....
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
<WDPic variable>.AlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
The Breadcrumb control
The "Breadcrumb" control corresponds to a series of links allowing the Web user to go back into the logical tree structure of a site......
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
Managing accounts
WEBDEV Account Manager allows you to create a deployment account......
<WBAdminAuth variable>.Disconnect (Function)
Deletes a connection from a WEBDEV Application Server.
Procedure/Function
A procedure is used to associate an identifier with a statement block......
The matrices
WINDEV, WINDEV Mobile and WEBDEV propose several functions used to handle matrices......
Handling a Check Box control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Check Box control through programming......
Non-maximized windows in iOS
A non-maximized window can occupy a section of the screen only......
11. Internal components in practice
Internal components in practice...
Importing a non-WINDEV window
You are interested by a window found in a non-WINDEV application?......
Manipulating Diagram Editor controls programmatically
In WINDEV and WEBDEV, you can handle Diagram Editor controls programmatically......
FinRedemption (Function)
Creates an amortization matrix for a fixed-rate loan over a defined period of time.
WBAdminDisconnect (Function)
Deletes a connection from a WEBDEV Application Server.
SQLColumnFormat (Function)
Returns the different types of columns supported: by the data source identified by SQLConnect by the database accessed by a specific connection (connection described in the analysis or described by HDescribeConnection or HOpenConnection)....