ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Native DB2 Connector: Programming with HFSQL functions
To use a DB2 database with Native Connector, the structure of DB2 tables must be imported into the WINDEV or WEBDEV analysis......
InterpretAmpersand (Property)
The InterpretAmpersand property is used to determine and change how the '&' character is interpreted in: field label Window label. the elements of a List Box control. the elements of a Combo Box control. the values of a column in a Table control....
HRestorePosition (Function)
Restores the previously saved context of a file (function HSavePosition): record in progress, filter, playback pointers.
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
HLinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
Image Editor control: Options in the ribbon and the panes
The Image Editor control offers a host of options accessible via......
2. User-friendly editors in practice
Assisted Application Development
The Assisted Application Development (AAD) is a permanent help in the environment. This help suggests actions whenever it is appropriate....
Handling Organization Chart controls programmatically
HTMLToText (Function)
Converts an HTML string or buffer to text.
Native Sybase Connector: Programming with HFSQL functions
To use a Sybase database with Native Connector, the structure of Sybase tables must be imported into the WINDEV or WEBDEV analysis......
Defining specific character sets in HFSQL data files
When an application is used to display or save data in HFSQL files, this data is entered in the current language......
WDZip: Handling files in an archive
The compressed files found in an archive can be handled by WDZip......
SCM: Retrieving and Checking in all
When developing a project in the SCM, you may need to retrieve all the elements from the repository, or to check all the elements stored locally back into the repository......
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
HForward (Example)
Usage example of the HForward function
My Preset controls
It is not uncommon for developers to recreate the same controls, with the same style and (almost) the same code in the same project, without using a template or an Internal Window control......
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
WDINT license agreement
WDINT license agreement...
HSetPosition (Example)
Usage example of the HSetPosition function