ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NotifPushEnable (Function)
Enables the management of push notifications in a WINDEV Mobile application (Android or iOS).
"Clickable" image in a window
WINDEV and WINDEV Mobile give you the ability to use clickable images......
Exporting elements to a directory
All the elements handled by a project (window, report, classes, set of procedures, queries, ......
AAFs available for numeric edit controls
The numeric edit controls propose several AAFs (Automatic Application Features): a context menu proposing the "Calculator" option. the ability to modify the control value with the mouse wheel....
PageParameter (Function)
Returns the value of a parameter passed to the current page.
grPointInfo (Function)
Returns the screen coordinates of a point or the screen coordinates of a value found in a chart.
Log-based replication: Programming the log-based replication in WLanguage
Several WLangage functions allow you to include log-based replication in your application and to customize it......
The RTF control (Report editor)
The "RTF" (Rich Text Format) control is used to display a formatted character string in your report......
Assisted universal replication through programming
The assisted replication through programming is used to implement a replication on an existing application while controlling the synchronization in the application itself......
zipChangePath (Example)
Usage example of the zipChangePath function
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
Types of charts available
WINDEV, WEBDEV and WINDEV Mobile propose different types of charts......
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
Content (Property)
The Content property is used to read or write the whole content of a control: List Box populated programmatically, Combo Box populated programmatically, Spreadsheet....
zipExtractFile (Example)
Usage example of the zipExtractFile function
ParallaxRateHeight (Property)
The ParallaxRateHeight property is used to determine and specify how fast a control is reduced when the scrollbar in the window, internal window or page moves.
ParallaxRateY (Property)
The ParallaxRateY property is used to determine and specify how fast a control moves when the scrollbar in the window, internal window or page moves.
Query technical documentation
The query editor automatically creates a technical documentation for each query......
Creating requirements
The following steps must be performed to implement the requirements......
Installing an application server
There are several steps to install the WEBDEV Application Server on a Linux server......
HOpenAnalysis (Function)
Opens an analysis in HFSQL Classic format.
HSetPosition (Function)
Sets the position on a record, based on the approximate position of one of its items.
The single-part and multi-part archives
Two types of archives are available......
zipFindFile (Example)
Usage example of the zipFindFile function