ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Spin control
A Spin control is used to increase or reduce a value found in a control......
Linux application: Tips and tricks
In Windows/Linux multi-configuration applications, several limitations may appear: control not supported, functions not available, ......
Creating an executable: Managing manifests
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)......
The HTML Display control
The HTML Display control displays a web page in an application......
Linking a Combo Box control to a data file
A List Box or Combo Box control can be used to display the content of a data file, to allow a user to select a record, for example......
Looper control linked to a data file
A Looper control can be used to display the content of a data file or query......
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......
WEBDEV scheduled task management functions
The following functions are used to manage scheduled WEBDEV tasks:
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....
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)......
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......
11. Internal components in practice
Internal components in practice...
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....
<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......
<WBAdminAuth variable>.Disconnect (Function)
Deletes a connection from a WEBDEV Application Server.
Managing accounts
WEBDEV Account Manager allows you to create a deployment account......
Manipulating Map controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate Map controls....
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......
Manipulating Diagram Editor controls programmatically
In WINDEV and WEBDEV, you can handle Diagram Editor controls programmatically......
Importing a non-WINDEV window
You are interested by a window found in a non-WINDEV application?......