ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<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.
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...
nWDOpenWDL: Opening a library
Opens a library created by WINDEV (file with a WDL extension)......
WEBDEV Page control events
The control Page WEBDEV allows you to integrate an Page WEBDEV in a WINDEV application......
The Internal Page control
The "Internal Page" control is used to include a page (and its code) in a control of another page......
<Source>.CheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found in the data file (.FIC file).
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...
The Native Container control
The Native Container control is used to manage the controls not created with WINDEV or WINDEV Mobile......
Events associated with a Spreadsheet control
Events associated with a Native Container control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
CtDescribedPassword (Property)
The CtDescribedPassword property allows you to set the password used to open the data file in an OLE DB connection (file defined in the code only).
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
Events associated with Shape controls
List of events associated with Shape controls...
Events of the Mobile Image Editor control
control Image Editor allows you to offer your mobile application users the possibility to edit and modify images or photos......
Skin elements
The skin elements are used to quickly change the visual aspect of a project without having to retouch every page and every page template......
Zombie data files and items
During the life of an application, items live and die......
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
Testing a WEBDEV site on a mobile device
It is increasingly common for developers to test websites on mobile devices......
In-House deployment
Apple's In-House deployment allows you to overcome most of the constraints of the other two modes (App Store deployment and Ad Hoc deployment) and to widely distribute an application without the need to reference client devices in advance......
WLanguage properties available in PHP
The following properties are available in PHP...
Binding a List Box control to an item
A List Box control can be bound to an item in a data file, query, etc....