ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTML table
The HTML Table control allows you to create specific layouts in HTML pages...
The Cell control
The Cell control contains controls...
HTMLEditorInsertTable (Function)
Inserts a table at the cursor position in an HTML Editor control.
<Editor HTML>.InsertTable (Function)
Inserts a table at the cursor position in an HTML Editor control.
How to avoid displaying the URL of WEBDEV pages in the browser?
By default, when the user connects to a site developed with WEBDEV, the address bar of the browser contains an address in the following format......
docFragment (Type of variable)
The docFragment type is used to define the characteristics of a fragment found in a "docx" document.
8. Windows in practice
Discover the main actions that can be performed on the windows....
Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 min
DndSource (Property)
The DndSource property is used to determine and change a control's drag-and-drop behavior....
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
XMLOpenReader (Example)
Usage example of XMLOpenReader
7. Available controls in a window
WINDEV Mobile includes several types of controls...
gClickableLink (Function)
Adds a clickable link in a graphic string.
User Groupware: Configuring the application
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
MemoryCurrency (Property)
The MemoryCurrency property is used to get and change the currency used when manipulating a "Currency + Euro" control programmatically.
ListPosition (Function)
Displays a List Box or ListView control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
HOpen (Function)
Opens a data file.
EmailChangeFolder (Example)
Usage example of the EmailChangeFolder function
EmailListFolder (Example)
Usage example of the EmailListFolder function
BurnerList (Example)
Usage example of the BurnerList function
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
WEBDEV layouts
A layout allows you to define several views of a page without duplicating it......
ListSelect (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
Sorts in a report
The sort is used to organize the information displayed in the report......
Handling an Upload control through programming
The Upload control is used to upload one or more files....
2. Layouts: Managing menus
WEBDEV Tutorial - WEBDEV layouts Lesson 2 - Layouts: Managing menus - 30 min
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
GanttListTask (Example)
Usage example of the GanttListTask function