ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing threads
WINDEV and WINDEV Mobile propose several functions used to perform an advanced management of threads....
Assisted HFSQL error handling
WINDEV, WEBDEV and WINDEV Mobile include a module for assisted management of HFSQL errors......
AJAX: Overview
The AJAX technology is available in native mode in WEBDEV and in the PHP sites developed with WEBDEV......
FlexDirection (Property)
The Property FlexDirection allows you to know and modify the sense and direction of the main axis of a Flexbox control ( Property CSS corresponding "flex-direction").
17. WLanguage: a simple and powerful language
UMC: Implementing and managing the "User Macro-Codes"
Regardless of the skill of the development team, the end user will always want to do something that has not been planned for......
FlexAlignSelf (Property)
The Property FlexAlignSelf allows you to know and modify the alignment and vertical anchoring of the field in the row of the Flexbox field ( Property corresponding CSS "align-self").
Variable Description (Type of variable)
The Variable Description type is used to get information about a variable or a member.
Property Description (Type of variable)
The Property Description type is used to get information about a property.
GetDefinition (Function)
Retrieves the definition of element type.
Native Access to SAP
SAP is a widely used ERP......
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
FlexWrap (Property)
The Property FlexWrap allows you to know and modify the management of the return to row of the fields of a row of a Flexbox field ( Property 7900 corresponding CSS "flex-wrap").
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
Replication: The different types
The data replication is a powerful feature......
FlexJustifyContent (Property)
The Property FlexJustifyContent allows you to know and modify the alignment of the fields inside the Flexbox field according to the main axis of the field ( Property corresponding CSS "justify-content").
Custom telemetry
Custom telemetry allows you to define the elements that will be included in the analytics......
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
FlexAlignContent (Property)
The Property FlexAlignContent allows you to know and modify the alignment characteristics of the lines contained in the Flexbox field according to the secondary axis of the field ( Property corresponding CSS "align-content").
Query
The keyword "Query" is used to describe:
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
Distributing an external component
Once the component has been created, tested and generated, it can be distributed to other developers......
WDTestRest: Run the test of your REST Webservices
WDTestRest is used to test the calls to an HTTP REST Webservice or to run a Web API accessible by HTTP......
1. Project dashboard
The project dashboard is an essential element for managing WINDEV Mobile projects....
Saving entered data (AAF)