ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WEBDEV User Groupware: Tips
This help page contains different programming tips for the User Groupware in WEBDEV......
Managing short URLs automatically
For the standard dynamic sites (with context), the access to the site can be done via a "standard" URL:...
OLE DB provider for HFSQL
The OLE DB provider on HFSQL is used to access an HFSQL database (Classic or Client/Server) from an external software that manages the accesses by OLE DB......
Num1stDayOfTheWeek (Property)
The Num1stDayOfTheWeek property gets and sets the 1st day of the week displayed in: a Calendar control. an Organizer control. a Scheduler control. an edit control in Date format with Calendar....
Shared memory area constants
Multiline Zone control functions
Functions for handling Multiline Zone controls....
Constants used by the XML signature
Constants used by the XML signature...
UTF8ToUnicode (Function)
Converts a UTF-8 string to Unicode
UTF8ToAnsi (Function)
Converts a UTF-8 string to ANSI.
Constants used by the Factory functions
The following constants are used by the functions for managing the software factory:...
Managing actions with Undo/Redo
WINDEV allows you to easily manage the Undo/Redo feature in your applications with the ActionXXX functions......
User Groupware: Encrypting passwords
To increase the security of user groupware, WINDEV and WEBDEV now encrypt the passwords of users......
Automatic documentation of external components
External components must include a technical documentation......
3. UML models in practice
5. User Groupware in practice
15. Unit tests on the executable
1. What is the WEBDEV administrator used for
<Multiline Zone>.AddLine (Function)
Adds a new dynamic row into a Multiline Zone control.
<Multiline Zone>.InsertLine (Function)
Inserts a new dynamic row in a Multiline Zone control.
<Multiline Zone>.Delete (Function)
Deletes a dynamic row from a Multiline Zone control.
<Multiline Zone>.DeleteAll (Function)
Deletes all dynamic rows from a Mutiline Zone control.
<Document variable>.Undo (Function)
Undoes the last action performed on a Document variable.
Parameters of the procedure used by TreeListItem
Procedure ("Callback") called by TreeListItem for each "child" element found. This procedure can be a local, global or internal procedure.
<Word Processing>.Undo (Function)
Undoes the last action performed on a Word Processing control.
<Image variable>.Pen (Function)
Declares the default color and style for the lines, rectangles, circles, ... in an Image variable.