ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Interactions between a Flash® animation and WEBDEV
A Flash® animation can be used to display information in the controls of a WEBDEV page......
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
spLength (Property)
The spLength property is used to: Get the hash output length. This property can be used for items of type "Password" defined in the data model editor or programmatically. Set the hash output length (only for "Password" items defined programmatically)....
Report and project
In most cases, a report is linked to a project......
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
ERR_NO_PAGE
Name55 (Property)
The Name55 property is used to manipulate the logical name of a Hyper File 5.5 data file that has not been migrated and is located in a WINDEV 19 analysis.
Minimap
The minimap is an option that allows you to quickly navigate the code editor......
ERR_NO_CURRENT_PAGE
Polar Area charts
Polar Area charts are similar to Pie charts. However, each segment has the same angle......
Generating a description of a data file from a window or from a page
When you design a quick prototype, you often create windows (or pages) without defining any data files......
<Image variable>.AlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
Data persistence
The data persistence is used to store the value typed by the user......
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......
Android permission management
Android applications require permissions to provide certain features that may require access to sensitive data or sensitive device functionalities......
hScheduling (Type of variable)
The hScheduling type is used to define and find out the characteristics of the scheduling that must be performed: for a scheduled optimization task of HFSQL Client/Server files. for a scheduled backup task of HFSQL Client/Server files. for a scheduled replication of HFSQL servers....
Handling a Chart control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Chart control through programming......
Keep-alive on connection
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
SystemIntegerToInteger (Function)
Converts a system integer to a 4-byte integer.
Creating an RSS stream
WINDEV, WEBDEV and WINDEV Mobile allow you to produce and/or consume an RSS feed (Rapid Simple Syndication)......
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 Spin control
A Spin control is used to increase or reduce a value found in a control......
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......