ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WEBDEV 2024
grSmoothing (Function)
Smoothes a Line chart or a Scatter chart by using the "cubic splines" algorithm.
ExecuteMainThreadAsynchronous (Function)
Executes a procedure in the main thread of the application without waiting for the end of its execution.
LineSpacing (Property)
The LineSpacing property gets and sets the line spacing for variables of type Font.
diagHead (Type of variable)
The diagHead type is used to define all the advanced characteristics of an end of a connector in a diagram.
WEBDEV 2024: New features in this version
Here are the new features that you will discover in this version......
J2EERunXML (Function)
Runs a procedure on a server of J2EE XML Web services.
10. Internal components in practice
Events associated with an Image Editor control
WINDEV manages the following events by default (in order of appearance in the code editor)...
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
Making a backup of a project
It is possible to regularly make a backup of the different elements of a project......
AdLoaded (Property)
The AdLoaded property indicates whether an ad is currently loaded (and displayed) in the Ad control.
Handling files on Dropbox, Google Drive and OneDrive
Many drives can be used to store files......
Maximized windows for Android
A maximized window occupies the entire screen of the mobile device....
TextDirection (Property)
The TextDirection property is used to determine and change the writing direction in a window, report or control (useful for languages such as Arabic or Hebrew).
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box, ListView or Combo Box control. a "Text token" Edit control. a row of a Table control. an input suggestion in an Edit control (if the suggestion is selected)....
DiagramEndModification (Function)
Indicates the end of a series of actions performed in a Diagram document in a single event ("undo/redo")....
Native Oracle Connector: Retrieving the output value of a stored procedure
The Native Oracle Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
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)......
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
Scroll (Property)
The Scroll property gets and sets the scroll value in a Scrollbar or Range Slider control.
The different states of a Button control in a window
In WINDEV or WINDEV Mobile applications, Button controls can have multiple states......
Automatic button execution (Window)
To force an action on a window, all you have to do is define a button of this window in "Automatic execution" mode......
Handling XLS files
WINDEV and WEBDEV propose two methods for handling the Excel files......
WDBal messaging: Writing a message
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily write a message......