ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating your own User Macro-Codes
The User Macro-Codes are sections of WLanguage code allowing the end user to customize his application......
<Connection variable>.NotifAddEmailRecipient (Function)
Adds recipients for the notifications sent by email.
Installing a WEBDEV cluster
A WEBDEV cluster is a set of servers (or server farm)......
<Connection variable>.TransactionList (Function)
Returns the list of current or interrupted transactions on the server for the specified connection.
<Connection variable>.DeleteGroup (Function)
Deletes (from the server) a group of users associated with a connection.
<Connection variable>.CancelBackup (Function)
Cancels a current backup.
Year (Property)
The Year property is used to: Get the year from a Date or DateTime variable or item. Change the year in a Date or DateTime variable or item....
HListDatabase (Function)
Lists the Client/Server databases associated with a connection....
Software Factory: Administrator options
Several options can be configured in the Software Factory administrator......
Error 532: The size of the string to extract must be strictly positive
Configuring the "Relative duration" mask (date and time in natural language)
WINDEV, WEBDEV and WINDEV Mobile propose to use a "Relative duration" display mask for the Date controls......
Dynamic instantiation of a .NET object
A .NET object can be dynamically associated with a .NET class, we talk of dynamic instantiation of object....
LST: The Technical Support Newsletter, the WINDEV and WEBDEV magazine
Native Sybase Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Sybase (also called Native Access to Sybase......
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...
HDeleteGroup (Function)
Deletes (from the server) a group of users associated with a connection.
Query technical documentation
The query editor automatically creates a technical documentation for each query......
HNotifAddEmailRecipient (Function)
Adds recipients for the notifications sent by email.
Modifying the values displayed in the result of a select query
In the result of a select query, you have the ability to only display......
HCancelBackup (Function)
Cancels a current backup.
1. Examples provided with WINDEV Mobile
Creating an SSL certificate that can be used with SocketCreateSSL
To create an SSL server with SocketCreateSSL, you must use a signed certificate containing a private key......
Error 1010: The member of the class is constant
Testing an iOS application on a mobile device
When developing an application for iOS (iPhone or iPad), WINDEV Mobile allows you to test the application being developed without having to recompile it on Mac, but directly on the iPhone or iPad......
Keyboard shortcut on a button (AAF)
In an application developed with WINDEV, the user has the ability to implement a keyboard shortcut on a button......