ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

5. Deploying a dynamic site (Session or AWP) in practice
Properties associated with the rows of a TreeView control
The rows of TreeView controls in a window or page can be manipulated using different WLanguage properties......
Automated tests: Emulation functions
List of automated tests: Emulation functions...
ERR_FORBIDDEN_INSTALL
ERR_FORBIDDEN_UPDATE
Associating an image with the elements of a TreeView control
The different methods for associating an image with the elements of a TreeView control....
Remote WEBDEV administrator: Server parameters
The server administrator can define the server parameters via the remote administration tool......
TitleHeight (Property)
The TitleHeight property gets and sets: the height of the title for the columns of a Table or TreeView Table control. the height of the title bar of a Dockable Panel control. the height of the title bar of a window with a custom title bar....
10. Customizing the aspect of a site: skin elements
HeightWithAnimation (Property)
The HeightWithAnimation property is used to modify the height of a cell of a Layout control with the "Resize cell" animation defined: in the "Advanced" tab of the project description window ("Control animation" button). in the "Style" tab of the control or project....
WidthWithAnimation (Property)
The WidthWithAnimation property is used to modify the width of a cell of a Layout control with the "Resize cell" animation defined: in the "Advanced" tab of the project description window ("Control animation" button). in the "Style" tab of the control or project....
Ellipsis (Property)
The Ellipsis property is used to determine and change the truncation mode with ellipses in: a window control (Static, edit control, List box, Button, Combo box or Static table column). a Static control in a report....
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
Flexbox control description: Details tab
The "Details" tab of the Flexbox control description window allows you to define how the control reacts when the browser is resized horizontally or vertically......
Properties associated with columns of Table controls
You can manipulate columns of Table controls in a window or page using the following WLanguage properties......
<List Box>.Position (Function)
Displays a List Box (or a 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).
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).
Various constants
List of various constants used by the constants WINDEV functions....
Remote WEBDEV administrator: Managing the error messages
By default, when an error occurs in a dynamic WEBDEV site, an error message is displayed on the browser of the Web user....
4. HFSQL Classic
Programming patterns
CAUTION......
3. Deploying a dynamic WEBDEV site
Printing reports from a WEBDEV site
By default, the "Print" icon allows the Web user to print the current site page......
Data Binding: Creating controls from the "Project explorer" pane
Data binding is a process that binds variables in memory to controls in a window or page......
Importing styles from a WordPress theme with WEBDEV
WordPress offers numerous templates to create original websites...