ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
UseMode (Property)
The UseMode property is used to determine or change how the PDF Reader control reacts to mouse input. The mouse is used to select text in the document or to move within the document pages.
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......
Page-by-page deployment
You now have the ability to deploy site sections or individual pages......
<Window>.ToSource (Function)
Automatically initializes: the values of a table's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
W3C standardization
You must comply with the W3C standard (HTML 4......
WindowToData (Function)
Automatically updates: the values of a table's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
<Source>.FromWindow (Function)
Automatically initializes: the values of a table's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
ScreenToSource (Function)
Automatically initializes: the values of a table's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
SourceFromWindow (Function)
Automatically initializes: the values of a table's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
HFSQL and Docker
Docker is a software platform that allows you to run applications in software containers on Linux (Docker runs like a daemon)......
Printing duplicate copies
For legal reasons, it may be useful to keep an identical copy of a report (an invoice for example)....
Control animations
WINDEV and WINDEV Mobile allow you to animate the controls found in a window......
Navigation map
The site map path is used to implement the structure and the sequence of pages in your site......
Creating the menus for the pages of the WEBDEV RAD pattern
Translating programming messages
When developing a multilingual application, you can translate the different messages displayed to the user (messages displayed by Info and YesNo, for example....
14. Controls in practice
Guide organization
Organization of WINDEV Concepts...
12. Pages in practice