ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

RepeatString area: movements and gestures
In a mobile application, several options can be handled with the fingers, by performing specific movements......
Client application: Running procedures on a server of J2EE services
WINDEV includes several J2EE functions......
Using Objective-C code
You can use Objective-C code in iPhone/iPad applications generated with WINDEV Mobile....
Remote WEBDEV administrator: Server parameters
The server administrator can define the server parameters via the remote administration tool......
Custom tooltips
Tooltips are very useful for application users......
The Image Editor control
The "Image Editor" control is a rich control that allows end users to create and edit images in their WINDEV applications......
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
Help: Summary table
In a WINDEV application, users have multiple help features at their disposal: Tooltip. Status bar. Help window. Advanced tooltip. Help page. HLP file....
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
The "Messaging" pane
The "Messaging" pane is used to exchange messages between the employees of a company......
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
<Connection variable>.TransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
SaaS administrator - Adding a site
Adding a SaaS site is used to declare a SaaS site deployed on a WEBDEV Application Server to a SaaS web service in order to allow it to be used......
Native MySQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector for MySQL......
<Source>.LinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
Item control properties
List of properties associated with the Item control...
Auto-scrolling text
Sometimes, text in a Static Text or Button control can exceed the width of the control......
7. HFSQL: Physical files
Checks the validity of an IdNr (personal identification number in Germany)....
Zombie data files and items
During the life of an application, items live and die......
Reinitializing the parameters automatically saved
WINDEV allows you to automatically save the different application parameters......
In depth look at windows, pages and reports
WINDEV, WINDEV Mobile and WEBDEV allow you to create custom interfaces with the window editor and the page editor......
8. Optimizing an application