ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Designing a supercontrol
A supercontrol is an advanced type of control......
Error 31: The file to include is not found. Check the name and path ...
The Looper control: Custom synchronization
How to manage the synchronization between: the page displayed in the browser. This page contains a Looper control that displays the records found in an HFSQL file. the corresponding page context found on the server....
Refreshing a page
Refreshing a page consists in re-displaying a page that is already open in the browser......
ArrayAdd (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). of a WLanguage list....
WDOptimizer: Canceling/Freeing records in transaction
WDOptimizer is used to......
ERR_CLOSED_PAGE
XImage (Property)
The XImage property is used to get and change the initial X-coordinate of the image section that will be displayed in an Image control or in the background of a Chart control.
The SOAP structure
To pass parameters to a procedure run on a SOAP server, WINDEV is using the following structure......
Creating anchors
The anchors are used to define specific points in a help page......
Creating, generating and deploying a web service
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology......
Using the Google Maps service
The Google Maps service is an Internet mapping software proposed by Google......
The Looper control
A Looper control is used to repeat the controls found in a specific area......
Metatypes in the analysis
A metatype is a combination of characteristics of an item and a bound control......
WINDEV Mobile: Sharing WINDEV elements
The same WINDEV elements (analysis, queries, ...) can be used in a WINDEV application and in a WINDEV Mobile application......
ScrollWithFinger (Property)
The ScrollWithFinger property is used to: Determine if the content of a control can be moved with the finger ("finger scrolling"). Enable or disable touch-responsiveness for a control....
InputEnabled (Property)
The InputEnabled property is used to: Determine if a control or a group of controls is editable or read-only. Change the input options for a control or group of controls....
fSizeUncompressed (Function)
Returns the size of a file before compression. When a file is decompressed by fUncompress, we recommend that you to compare the non-compressed size of file with the available disk space.
Drag and Drop management functions
The following functions are used to manage Drag and Drop:...
HRecreateSubscriberReplica (Function)
Re-creates the description file of a subscriber replica (universal replication only) according to the information of the master replica (.RPM and.SYN files).
FlexDirection (Property)
The Property FlexDirection allows you to know and modify the sense and direction of the main axis of a Flexbox control ( Property CSS corresponding "flex-direction").
<Chart>.StartAngle (Function)
Sets the starting angle of the first section in the following types of chart: Pie, Semi-circular or Donut. Sunburst. Radial Bar chart....
Specific features of the Express version
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......