ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

AIDetectModel (Function)
Runs a trained neural network model on an image. This function allows you to use artificial intelligence to detect objects in an image.
AIDetectContour (Function)
Detects the contours of the shapes in an image.
<aiNeuralNetworkModel variable>.Detect (Function)
Runs a trained neural network model on an image. This function allows you to use artificial intelligence to detect objects in an image.
aiConfigureContourDetection (Variable type)
The iaConfigureContourDetection type is used to define the parameters of the contour detection function.
TestMode (Property)
The TestMode property determines if the Ad control displays a test ad.
AIDetectDrawing (Function)
Classifies freehand drawings, including circles, squares and triangles.
AdLoaded (Property)
The AdLoaded property indicates whether an ad is currently loaded (and displayed) in the Ad control.
Ad control properties
An Ad control found in a window can be handled in a window by the following WLanguage properties.