ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

YImage (Property)
The YImage property is used to get and change the initial Y-coordinate of the image section that will be displayed in an Image control or in the background of a Chart control.
CriticalSection (Variable type)
CriticalSection variables are used to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application.
Non-maximized windows in iOS
A non-maximized window can occupy a section of the screen only......
XImage (Property)
The XImage property is used to get and change the initial X-coordinate of the image section that will be displayed in an Image control or in the background of a Chart control.
HCheckMemo (Function)
Checks the structural integrity of memos in an HFSQL data file.
<Source>.CheckMemo (Function)
Checks the structural integrity of memos in an HFSQL data file.
Developing an application: the different steps
This diagram presents the different steps for developing an application with WINDEV......
HDBSortType (Function)
Returns or modifies the sequence of text items in the xBase files.
BuildBrowsingTable (Function)
Creates a Table control from the items of a table (view or query).
Automated test created by the user
WINDEV allows the user to record a test scenario in order to send it to the quality service or to the developer......
5. Unit tests
Unit tests (also called automated tests) are used to test windows, procedures and classes in an application at different levels of development......
Automated tests of procedures and classes
The automated tests of procedure or class are used to test the different features proposed by the procedure or by the class......
emailPOP3Session (Type of variable)
The emailPOP3Session type is used to access a messaging server by using the POP3 protocol (Post Office Protocol) in order to retrieve the messages found on this server.
Page-by-page deployment
You now have the ability to deploy site sections or individual pages......
spLength (Property)
The spLength property is used to: Get the hash output length. This property can be used for items of type "Password" defined in the data model editor or programmatically. Set the hash output length (only for "Password" items defined programmatically)....
ON (Reserved word)
The ON keyword is used exclusively in the automated tests generated by WINDEV and WEBDEV.
Screen,FileToScreen (External language)
Initializes the window controls with the values of the file items linked to the controls.
NotesListItem (Function)
Returns the list of items for the current Notes document in Lotus Notes.
NotesItem (Function)
Returns the value of items for the current Notes document in Lotus Notes.
ControlFindHighlight (Function)
Highlights, in a window or control, all the captions and texts corresponding to a given text.
hbRead (Function)
Reads cells (values of items) of a row (record) in an HBase table.