ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SQLCode (Property)
The SQLCode code property is used to get the SQL code of a query created with the query editor (".WDR" file).
Check: Connectivity to HFSQL Client/Server
The monitoring robot will try to connect to a HFSQL Client/Server server......
How to create a patch?
Closes a WINDEV window (and returns a value if necessary)....
Creating an application or website using RAD (Rapid Application Development)
The RAD (Rapid Application Development) is a technology used to easily create a full application (or site)......
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
IniOSMode (Function)
Indicates whether the code currently run is in iOS mode (iPhone, iPad).
InUniversalWindowsAppMode (Function)
Indicates whether the code is run in Universal Windows 10 App mode.
Creating a query
Two methods can be used to create a query......
AAFs available for numeric edit controls
The numeric edit controls propose several AAFs (Automatic Application Features): a context menu proposing the "Calculator" option. the ability to modify the control value with the mouse wheel....
24. Displaying and linking pages
<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).
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
SCM file format evolutions
Four versions are available for the SCM repository......
ERR_SESSION_CLOSED
The action plans group all actions that will be performed by the software factory....
REST web service: Importing an API from OpenAPI
REST web service APIs can be described using OpenAPl files......
Handling List Box controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle List Box controls....
Pinned area in a page: fixed area on the screen
A fixed area in a page is a page section that remains visible even if the Web user moves the browser scrollbar......
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site......