ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

List,Select,- (External language)
Deselects an element from a drop-down list or from an expanded list.
Events associated with an Organizer control
The following events are associated with Organizer controls:...
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
WLanguage procedure called by DeepLinkProcedure
WLanguage procedure ("callback") called by DeepLinkProcédure when the user clicks a deep link with a target URL associated with the application.
iDirImageHTML (Function)
Used to select the directory in which the images must be generated during a print in HTML format.
Handling an internal component
An internal component is a set of elements from a project......
Project comparator
Comparing two windows (two pages, two reports, two classes, ......
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
Error 1022: The access to the method of the class is restricted by a protected inheritance
InterpretAmpersand (Property)
The InterpretAmpersand property is used to determine and change how the '&' character is interpreted in: the caption of a Static control. the elements of a List Box control. the elements of a Combo Box control. the values of a column in a Table control....
The "Line" charts
In the line charts, the data is interpreted as successive y coordinates of points......
How to use the indirection operators?
The indirection operators ({ }) are used to handle an object whose name is found in a variable......
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes an automatic documentation for the procedures (or class methods)......
HSuggestKey (Function)
Returns a list of keys to add to data files to improve query performance.
Connected objects: Android Wear
Android Wear is the version of the Android operating system dedicated to the connected objects......
Messaging
A messaging is included in WINDEV, WINDEV Mobile or WEBDEV......
Creating an SSL certificate that can be used with SocketCreateSSL
To create an SSL server with SocketCreateSSL, you must use a signed certificate containing a private key......
Error 1010: The member of the class is constant
Communicating with an SSH server
Secure Shell (SSH) is a secure communication protocol. The exchanged data is secured via encryption keys....
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed.......
ArrayDeleteLine (Function)
Deletes a row at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.) The array size is automatically reduced....
iPad window: Window creation wizard
The wizard for creating iPad windows allows you to easily create a window containing all the main elements of a window for an iPad application......
Sharing the popup menus in the project
In most cases, several popup menus are included in your applications......
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
ListView control linked to a data file (or to a query)
A ListView control can be used to display the content of a data file (or the content of a query)......
WINDEV and OPC
OPC stands for "OLE for Process Control"......