ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Style of windows: image and background color
To optimize the style of your screens, WINDEV and WINDEV Mobile allow you to use......
Chart: Managing scales
In a chart, the scales are used to quickly estimate the value of different points found in a chart......
Cross-references in the code editor
The cross-references in the code editor are used to identify......
Content of the Table control
A Table control can be based on a data file, based on a variable or populated programmatically......
Creating requirements
The following steps must be performed to implement the requirements......
CameraPhoto (Function)
Captures a photo via a Camera control in an Android or iOS application.
Spreadsheet constants
The following constants are used by the functions for managing Spreadsheet controls:...
WBAdminAccount (Type of variable)
The WBAdminAccount type is used to define all the advanced characteristics of a WEBDEV account in a WEBDEV Application Server.
StoreTheValue (Property)
The StoreTheValue property is used to: Find out whether a control keeps its value between two application starts via the persistence. Modify a control so that it keeps (or not) its value between two application starts via the persistence....
NetIPAddress (Function)
Returns the IP (Internet Protocol) address of a computer.
ProgressBarEnable (Function)
Enables the refresh of a Progress Bar via Ajax.
AAFDisable (Function)
Disables an Automatic Application Feature (AAF) on a control, window or on the current application.
grCreate (Function)
Creates a specific type of chart.
IFrame control
IFrame is an HTML concept......
Non-modal management of a window
The window that opens another window is called parent window ; the windows opened by the parent window are called child windows......
Spreadsheet: Using the ribbon
The ribbon of the Spreadsheet control proposes several features and it allows you to define several settings......
Native SQL Server Connector: Programming with HFSQL functions
To use an SQL Server database with Native Connector, the structure of SQL Server tables must be imported into the data model analysis......
Component and SCM
WINDEV, WEBDEV and WINDEV Mobile allow you to easily create and publish components......
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......
sysNotificationInput (Type of variable)
The sysNotificationInput type is used to define all the advanced features of an input control, such as a text input or combo box control, in an interactive notification.
Constants for managing arrays
List of constants used by the functions for array management....
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....
Chart control properties
A Chart control can be used......
DisplayMask (Property)
The DisplayMask property is used to: Find out the display mask. Modify the display mask. This display mask is displayed when the control is in read-only or when the control does not have focus....
Infinite Progress Bar control
Progress bars provide useful information to the end user......