ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice....
Functions for managing Check Box controls (prefix syntax)
The following functions are used to manage Check Box controls via prefix syntax:
WLanguage procedure called by ConfirmAsynchronous
Procedure ("Callback") called by ConfirmAsynchronous when the user clicks one of the buttons in the dialog box.
WLanguage procedure called by DialogAsynchronous
Procedure ("Callback") called by DialogAsynchronous when the user clicks one of the buttons in the dialog box.
ListInfoXY (Function)
Returns the index of the row (or image) at a given position in a List Box or ListView control.
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's choice....
<List Box>.InfoXY (Function)
Returns the index of the row (or image) at a given position in a List Box or ListView control.
Advanced dialog boxes
The advanced dialog boxes are windows allowing you to communicate with the user......
Combo Box control properties
You can manipulate Combo Box controls in a window or page using the following WLanguage properties......
List Box control properties
You can manipulate List Box controls in a window or page using the following WLanguage properties......
Handling an Image Editor control through programming
WINDEV allows you to handle an Image Editor control through programming......
Width (Property)
The Width property gets and changes the width: of a control or block in a report. of a control (found in a window), window, column found in a table or column found in a list box (including listview). of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not....
Error 1016: The method of the class is private
Events associated with Bar Code controls
List of events associated with Bar Code controls...
Context Menu control events
A Contextual Menu control can be manipulated in WLanguage in an Page with the following properties......
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Carrying over the differences from an element to another one
The project comparator is used to compare two elements and to list the differences found......
Handling Native Container controls programmatically
The Native Container control returns an handle/identifier......
Managing ports (serial ports, parallel ports, USB ports, etc.)
Several devices can be managed directly via a management of the ports used by these devices to communicate with the computer......
External language: Programming in COBOL
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
NetClientMessageBox (Function)
Displays a dialog box on each client computer connected to the server. This function is kept for backward compatibility....
WDAPI overview
WDAPI simplifies the use of Windows APIs in a WINDEV application......