ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HDeactivateFilter (Example)
Usage example of the HDeactivateFilter function
hbColumn (Type of variable)
The hbColumn type is used to define the advanced characteristics of a column (item) in a HBase table.
hbWriting (Type of variable)
The hbWriting type is used to define the characteristics of a write operation that will be performed in a row (record) of an HBase table.
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
ServiceWait (Function)
Pauses the current service during the specified duration.
Polygon (Variable type)
The Polygon type is used to define the points of a polygon.
hbConnection (Type of variable)
The hbConnection type is used to define the characteristics of a connection to a HBase server.
4. Windows with search
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 4 - Windows with search - 30 min
DownloadParameter (Type of variable)
The DownloadParameter type is used to define all the advanced characteristics of a file download performed by DownloadAdd.
Dynamic audit
The dynamic audit of an application analyzes its runtime performance......
Tiff (Type of variable)
The Tiff type is used to define the advanced characteristics of a TIFF image.
ParallelTask (Type of variable)
The ParallelTask type is used to handle a task, which means a procedure run by a thread in the parallel programming.
WebserviceReadMIMEType (Function)
Returns the MIME type of the request received during a call to a REST Webservice.
WebserviceWriteMIMEType (Function)
Indicates the MIME type of the response returned by the Webservice (case of a call to a REST Webservice).
7. Consuming a web service
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 7 - Consuming a web service - 10 min
How to choose the data source of a control?
This help page presents the different data sources available for a control....
ArrayCopy (Function)
Copies the content of an array to another array.
HOnError (Function)
Customizes the management of HFSQL errors.
<Array>.MoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
Creating an executable
Once the development of your WINDEV application is completed (windows, reports, queries, etc....