ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HActivateServerTrigger (Function)
Re-enables a server trigger that was disabled by HDeactivateServerTrigger.
fRead (Example)
Usage example of the fRead function
Class diagram
A class diagram describes the structure of a system via classes and the relationships among them......
MaskTitleDate (Property)
The MaskTitleDate property is used to identify and change the input mask used for the title of day columns in Organizer or Scheduler controls
Socket: creating a standard socket server
WINDEV allows you to create a standard socket server......
Constants for managing character strings
List of constants used by string management functions...
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
HRecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON format.
HAlias (Example)
Usage example of the HAlias function
Sending faxes with WINDEV and WEBDEV
To send faxes from an application or from a site, WINDEV and WEBDEV propose several functions allowing you to send faxes via the system fax server available in Windows XP and Windows 2000......
Translating the interface into multiple languages
When the different languages supported by the application have been selected, the information displayed by the application must be translated into these different languages......
New Features brochure - Version 27: New WEBDEV features
New features in WEBDEV 27 presented in the New Features brochure....
AddChildDelayed (Property)
The AddChildDelayed property indicates the procedure to be called when a row in a TreeView or TreeView Table control is clicked to be expanded.
HDeleteServerTrigger (Function)
Deletes a server trigger.
ProfilerStart (Function)
Starts "collecting information" for the performance profiler.
HStatNbRec (Function)
Returns the number of entries for a given key item.
Managing accounts
WEBDEV Account Manager allows you to create a deployment account......
TableCollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
KeyType (Property)
The KeyType property is used to set the characteristics of a key item.
Clipboard management functions
List of functions for managing the clipboard...
HRecordToXML (Function)
Retrieves the structure and the value of the current record and exports them into a character string in XML format.
Socket: Creating a client application
A client application of a socket server connects to a standard server in order to exchange information via socket......
Printing in WLanguage
WINDEV, WEBDEV and WINDEV Mobile propose several print methods......
Native MySQL Connector: Specific features and remarks
Remarks and specific features of the Native MySQL Connector...
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min