ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Canada.CheckBN15 (Function)
Checks the validity of a Canadian 15-digit Business Number (BN15).
Canada.CheckBN9 (Function)
Checks the validity of a Canadian 9-digit Business Number (BN9).
ErrorAsynchronous (Function)
Displays a custom error message in a non-blocking system error window.
YPercent (Property)
The YPercent property gets and sets the Y-coordinate of a point, expressed as a percentage.
5. HFSQL Client/Server
Communicating with an SSH server
Secure Shell (SSH) is a secure communication protocol. The exchanged data is secured via encryption keys....
12. External component
An external component is a set of WINDEV elements: windows, reports, analysis, etc....
WithRotation (Property)
The WithRotation property is used to: enable or disable the rotate gesture on a Map control, determine whether the rotate gesture is enabled on a Map control....
WithScroll (Property)
The WithScroll property is used to: enable or disable the scroll gesture on a Map control, determine whether the scroll gesture is enabled on a Map control....
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.
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program....
Search in the editors
Being able to perform a search in the editors significantly improves efficiency......
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
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......
How to develop a site for Linux?
The method for developing a site for Linux is identical to the method for developing a site for Windows....
Now (Function)
Returns or modifies the system time (current time defined for the current computer).
ERR_DISCONNECTED_TIMEOUT
ODBC on HFSQL via Visual .NET (in C#)
The ODBC driver on HFSQL Classic (single-user and multi-user) is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
HFSQL constants
List of constants used by the HFSQL functions....
HListFullTextIndex (Function)
Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine.
RowDetailsBinding (Property)
The RowDetailsBinding property allows you to identify and modify the data binding used to display the details of a row in a Table control based on a data file.
The RTF control (Report editor)
The "RTF" (Rich Text Format) control is used to display a formatted character string in your report......
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
HCopyFile (Function)
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the data files for example). from an HFSQL server to antoher HFSQL server....