ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<picLayer variable>.AlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
dAlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
5. Custom-Folders: Organize your project
Project configurations allow you to easily define the "target" platforms of the project....
Preset page templates
The preset page templates provide some structures of pages corresponding to a wide range of sites and they also improve the re-usability and the graphic harmony between the projects......
Debugging an external component
You have developed an external component and you want to debug it? The user of an external component sends an executable indicating that your external component does not operate? You are using your external component in another project and you want to debug it?......
Using .NET assemblies in a project
To use .NET assemblies in a project......
Choosing the action associated with the link
You can associate an action with the link regardless of the type of link......
<WBAdminAuth variable>.DeleteAccount (Function)
Deletes a WEBDEV account from a WEBDEV Application Server.
<WBAdminAuth variable>.CreateAccount (Function)
Creates a WEBDEV account on a WEBDEV Application Server.
Native MySQL Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis......
Table, List Box and Combo Box controls bound to queries
A Table, List Box or Combo Box control can be used to display the content of a data file or query......
WEBDEV administrator: Characteristics of current connections
The "Connections" tab gives various information about the current connections......
WBAdminCreateAccount (Function)
Creates a WEBDEV account on a WEBDEV Application Server.
WBAdminDeleteAccount (Function)
Deletes a WEBDEV account from a WEBDEV Application Server.
Setting up a WEBDEV cluster
With the WEBDEV Application Server in version 27, you can create server clusters with ease......
Range Area chart
The Range Area chart is used to show a variation between a high and a low value......
Native Oracle Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native Oracle Connector (also called Native Oracle Access......
Handling Context Menu controls programmatically
WEBDEV includes different WLanguage functions and properties to handle Context Menu controls programmatically......
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
Application patch
Once an application was installed, the application library had to be reinstalled whenever a modification was performed (WDL file)......
SCM: Working in Offline mode
The Source Code Manager allows you to easily work in offline mode......
13. Generation modes
The Switch control
Switch controls (also called "Toggle controls") are now commonly used in interfaces......
AppControl (Function)
Enables (or disables) the remote control for the current multi-user WINDEV application. This is an advanced function.
Managing WebSockets
The WebSockets are used to communicate from a Web application (Intranet or Internet site run in a browser) to a Web server by using sockets......