ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MapDeleteItinerary (Function)
Deletes an itinerary from a Map control.
WithScroll (Property)
The WithScroll property is used to: enable or disable the scroll gesture on a Map control, determine whether the scroll gesture is enabled on a Map control....
WithTilt (Property)
The WithTilt property is used to: enable or disable the tilt gesture on a Map control, determine whether the tilt gesture is enabled on a Map control....
29. SEO in practice
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
WithRotation (Property)
The WithRotation property is used to: enable or disable the rotate gesture on a Map control, determine whether the rotate gesture is enabled on a Map control....
<Connection variable>.TransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
MacOS - Developing an application in Catalyst mode
Apple has recently released an SDK to natively compile iOS applications for MacOS......
Setting up a WEBDEV cluster
With the WEBDEV Application Server in version 27, you can create server clusters with ease......
<Source>.LockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
MapItineraryDistance (Function)
Calculates the distance of an itinerary in a Map control.
Using the Salesforce service
Salesforce is a very popular CRM software......
ImageMode (Property)
The ImageMode property is used to get and change the display mode of an image in an Image control, in the column of a table of type Image or in the background of a Chart control in a window.
The log process
...A log is a special file that contains the history of all changes made to one or more data files over a given period of time (date the file was created, last automatic data modification, last backup created with WDLog, etc.)...
Managing the automatic identifiers when adding a record
When adding a record into a HyperFileSQL file (HAdd), three management modes are available for the automatic identifiers......
HLockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
Automatic features of edit controls
Edit controls provide multiple automatic features available in all the controls of your applications without writing a single line of code......
Binding a Spin control to an item
A Spin control can be bound to an item in a data file, query, etc....
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
Developing sites for specific platforms
Many devices can be used to display websites (Android phone, iPhone, etc....
Creating a Responsive Web Design page
Websites can be viewed on several platforms......
Unalterable data files
This feature is used to signal that a data file cannot be modified after writing......
Managing HFSQL Cluster
Methods for managing an HFSQL cluster and its databases....
WDGenPage: Use in command line mode
WDGenPage run in command line is used to generate one or more semi-dynamic pages without starting WEBDEV or WDGenPage....
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......