ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Constants for managing animations
List of constants used by the functions for managing the animations...
Selected (Property)
The Selected property is used to: Select, or determine if a row is selected in a List, ListView or Table control. Select, or determine if a column or cell is selected in a Table control with row or column selection. Select, or determine if a WEBDEV menu option is selected....
Cursor (Property)
The Cursor property is used to get and change the position of the mouse cursor in one of the following controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box" table column. Word Processing control. HTML Editor control....
TitleBackgroundColor (Property)
The TitleBackgroundColor property is used to get and change the background color of a column title in a Table or TreeView Table control.
InputEnabled (Property)
The InputEnabled property is used to: Determine if a control or a group of controls is editable or read-only. Change the input options for a control or group of controls....
Assisted HFSQL error handling
WINDEV, WEBDEV and WINDEV Mobile include a module for assisted management of HFSQL errors......
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
Handling Spreadsheet controls programmatically (in a report)
12. Universal replication
How to use the indirection operators?
The indirection operators ({ }) are used to handle an object whose name is found in a variable......
Running a query and handling the result in WLanguage
The selection of records performed by query is not necessarily displayed in a report, in a window, ......
Custom style sheet
When creating a project, a blank custom style sheet is created and associated with the current project......
Body block
The Body block corresponds to the main block of the report......
Compiling and testing the help system
It is necessary to compile the help to create a file based on the information entered in the help editor......
MakeInteger (Function)
Builds a 4-byte integer from two 2-byte integers.
SendKey (Function)
Simulates the keystrokes and the mouse actions.
HiWord (Function)
Returns the two high bytes of an integer.
BitcoinValidAddress (Function)
Checks whether a Bitcoin wallet address is valid.
ToolbarVisible (Property)
The ToolbarVisible property is used to: know if the toolbar or the ribbon is displayed in a control. show or hide the toolbar or the ribbon in a control....
BarVisible (Property)
The BarVisible property is used to manage the selection bar on a column in a Table or TreeView Table control.
WDMSG
You can create multilingual projects in WINDEV, WEBDEV or WINDEV Mobile......
Managing bar codes
The use of bar codes to identify and manage products has become essential......
Handling Spreadsheet controls programmatically (in a window) (prefix syntax)
A Spreadsheet control found in a window can be handled through programming......
VerticalAlignment (Property)
The VerticalAlignment property gets and changes the vertical alignment of a control.
Characteristics of the columns in a Table control in a window (prefix syntax)
The columns are used to display information in a Table control......