ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LDAPNbValue (Function)
Returns the number of values for an attribute.
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
Spelling checker in the interface
WINDEV, WEBDEV and WINDEV Mobile allow you to use the OpenOffice spelling checker in your interfaces...
Changing the characteristics of window controls
The characteristics of the controls can be viewed and/or changed in......
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......
WDAPI: Converting a declaration of C function or structure
WDAPI is used to convert a declaration of C function or structure into a declaration of WLanguage function or structure......
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
Print constants
List of constants used by the print functions....
Constants for the assisted replication
List of constants used by the functions for the assisted replication....
JSInfoEvent (Function)
Used to handle the JavaScript properties of the browser event that triggered the code execution.
Search the selected text on the Internet (AAF)
The context menu of Edit controls includes a "Search on Internet" option for the term selected in the control......
H.AutoIndexingLimit (Variable)
Indicates the maximum number of records in the data file used to manage the automatic reindexing.
2. Creating files in the analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
Configure the setup program interface
To make the installation process more user-friendly, the setup wizard allows you to customize the interface of the setup program......
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
Using the Control Centers in Client/Server mode
All the Control Centers provided with WINDEV, WEBDEV and WINDEV Mobile use the same database......
How to install a Universal Windows 10 App application on a tablet
The generation of a WINDEV Mobile application for Universal Windows 10 App groups all the project elements (windows, code, etc....
Project Management Hub: Managing tasks
The Project Management Hub allows you to define the different tasks assigned to each project contributor......
Events associated with Check Box controls
List of events associated with Check Box controls...
Events associated with Radio Button controls
List of events associated with Radio Button controls...
TimeToString (Function)
Converts a time to a string in the specified format.
HCancelAlias (Function)
Cancels an alias that was declared beforehand by HAlias.
HAdd (Example)
Usage example of the HAdd function