ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Tab control functions
The following functions are used to manage tabs......
WEBDEV administrator: Characteristics of current connections
The "Connections" tab gives various information about the current connections......
Toolbar and menu of the SCM
The different options of the SCM can be handled via the SCM toolbar or the options of a specific menu ("SCM" from the main menu of the product used)......
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....
Handling a Radio Button control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Radio Button controls......
Modal windows
The window that opens another window is called parent window; the window opened by the parent window is called child window......
CaptionIfNew (Property)
The CaptionIfNew property is used to get and change the caption of a pane opened by the end user in a dynamic Tab control.
WEBDEV administrator: General configuration
The "Configuration" tab is used to define the default connection options for the WEBDEV sites found on the server and managed by the administrator......
ControlToSource (Function)
Assigns the control value to the source of a control link.
fExeDir (Function)
Returns the directory from which the execution is started.
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
ControlCreate (Function)
Creates a new control (of any type) in a window through programming.
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
In-App purchases
The mobile systems (Android/iOS) allow their applications to propose content at extra cost, by using the payment system of App Store or Google Play......
SCM file format evolutions
Four versions are available for the SCM repository......
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program....
Camera control in a mobile application
The Camera control is used to......
Image control: Operating mode of a clickable image
You can define the click actions of an Image control ("General" tab of the control description window) to make it Clickable Image control......
Chart control: "General" tab
In all the editors (window, page or report), the "General" tab of the Chart control description window allows you to define the global characteristics of the control......
Project Management Hub: Managing messages
To manage messages in the Project Management Hub, you can use the secure messaging tool included in WINDEV, WEBDEV and WINDEV Mobile......
8. 10 tips for better interfaces...
Database parameters (Setup program)
The setup program creation wizard includes the setup of the database along with the application and suggests additional elements......
Installing a WEBDEV site
There are two methods to install a WEBDEV site on a Unix server......
Translating the external components
An external component is a set of WINDEV or WEBDEV elements that perform a specific action (send faxes, emails, etc....
Showing or hiding empty events or processes of an element
All WLanguage code is written in the code editor, which offers several events on a given control ......