ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Properties associated with reports and controls
List of properties associated with the reports and their controls...
DndTarget (Property)
The DndTarget property determines and changes how a control behaves in a drag-and-drop operation.
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....
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
Display modes, transparency and symmetry of an image
An image can be displayed in a window, a window control, a report control, a page control or a block according to several display modes....
Events associated with Combo Box controls
List of events associated with Combo Box controls...
MenuDelete (Function)
Deletes a menu or a menu option.
KeyCompareKey (Function)
Compares an initial key with an activation key.
fReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.
Events associated with a Slider control (WEBDEV)
WINDEV manages the following events by default (in the order in which they appear in the code editor) for the Linear Slider controls and for the Range Slider controls...
gpwEnumControl (Function)
Enumerates the controls found in a window or page.
CameraDisplay (Function)
Displays the video being captured by a web camera or by the camera of a mobile device in a "Camera" control. Function kept for "Version-26-compatible" Camera controls....
grImageSize (Function)
Defines the size of the image containing the chart.
Time management
For each element (windows, reports, ......
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run.
Using the query result
The result of a select query can be used in......
ServiceControl (Function)
Sends a control message to a service.
xlsNbWorksheet (Function)
Returns the number of worksheets found in an XLS file.
ExceptionDisplay (Function)
Displays the standard window of exceptions with the content of the current exception.
FirstDayOfWeek (Function)
Returns the date of first day of the week (i.e., Monday).
TestOnError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
ThreadWait (Function)
Waits for the end of the execution of the specified thread.
Runtime error management functions
List of functions for managing runtime errors...
SchedulerModifyTask (Function)
Modifies the parameters of a scheduled task.
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......