ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
nWDOpenWDL: Opening a library
Opens a library created by WINDEV (file with a WDL extension)......
DescribedName (Property)
The DescribedName property is used to handle the logical name of HFSQL data files (ignoring possible changes made by HAlias).
TreePosition (Function)
Displays a TreeView control from a specified element (node or leaf) or returns the name of the first element displayed in a TreeView control.
Events associated with Link controls
List of events associated with Link controls...
Events associated with Clickable Image controls
List of events associated with Clickable Image controls...
Events associated with supercontrols
List of events associated with supercontrols...
<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.
WEBDEV Page control events
The control Page WEBDEV allows you to integrate an Page WEBDEV in a WINDEV application......
ForbiddenFunctions (Property)
The ForbiddenFunctions property gets and sets the list of functions that cannot be used in the Code Editor control, or with the Compile, ExecuteCode or EvaluateExpression functions.
CountryGet (Function)
Returns the Country variable corresponding to an ISO code or to the country caption according to ISO 3166-1.
Events associated with Splitter controls
List of events associated with Splitter controls...
Events associated with windows
List of events associated with windows...
Events associated with Camera controls
List of WLanguage events associated with Camera controls....
<TreeView>.Position (Function)
Displays a TreeView control from a specified element (node or leaf) or returns the name of the first element displayed in a TreeView control.
Events associated with Spin controls
List of events associated with Spin controls...
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures......
The Internal Page control
The "Internal Page" control is used to include a page (and its code) in a control of another page......
WDOptimizer: Optimizing indices
WDOptimizer includes multiple modes to optimize indices......
SQLite: Programming with HFSQL functions
To use an SQLite database with Native Connector (also called Native Access), the structure of SQLite tables must be imported into the data model editor....