ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
aiNeuralNetworkModel (Type of variable)
The aiNeuralNetworkModel type is used to define all the advanced characteristics of a neural network used by AIDetectModel.
aiConfigureContourDetection (Type of variable)
The iaConfigureContourDetection type is used to define the parameters of the contour detection function.
LooperEndFilling (Function)
Ends the process to populate a Looper control programmatically.
<picLayer variable>.DrawArc (Function)
Draws a circle arc or an ellipse arc in a picLayer variable.
Report with parameters
When printing a report, you have the ability to pass parameters to this report......
<picLayer variable>.DrawCircle (Function)
Draws a circle or an ellipse in a picLayer variable.
<picLayer variable>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
Control (Type of variable)
The Control type is used to define the characteristics of a control.
ScrollBarShow (Function)
Displays (or not) a scrollbar in a WINDEV control (edit control or list box) even if no scrollbar was specified during the control description.
Color constants
The color constants are mainly used in the chart functions, the print functions and the drawing functions......
ExecuteAncestor (Function)
When the code is overridden, used to run the process of the template corresponding to the process of the current control.
TableFixColumn (Function)
Fixes a column to the left or frees a column fixed to the left.
SpreadsheetSelectComment (Function)
Allows you to: know if a comment is selected in a Spreadsheet control, select or deselect a comment in a Spreadsheet control....
Example for creating a select query
This help page explains how to create two select queries......
picText (Type of variable)
The picText type is used to define all the advanced characteristics of a Text layer.
picRTF (Type of variable)
The picRTF type is used to define all the advanced characteristics of a layer that contains RTF.
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
Anchor of overlaid controls (in a page)
WEBDEV allows you to define overlayable controls......
ocrTextBlock (Type of variable)
The ocrTextBlock type is used to define and identify all the advanced characteristics of a text block read by the native OCR system.
ocrOption (Type of variable)
The ocrOption type is used to define all the general options of the native OCR (Optical Character Recognition) system.
Anchoring in a page
In a page, the anchors define how the content of a page will behave when the page is enlarged by the Web user....
WinEdDo (Function)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....
Report viewer (Print preview)
The report viewer allows you to see the report layout without printing it......
Action Bar control events