ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AppleTrackingAuthorizationStatus (Function)
Determines if the app has been allowed to track activity based on user data (iOS only).
LooperRecNum (Function)
Returns the number of the current record in a Looper control based on a data file.
TableRecNum (Function)
Returns the number of the current record in a Table control based on a data file.
HDBDescribeField (Function)
Describes through programming each item found in the structure of an xBase file described by HDBDescribeFile.
<Table>.RecNum (Function)
Returns the number of the current record in a Table control based on a data file.
WDReplic: Starting the replication
Depending on the type of replication to perform, WDReplic must be started......
Configuring the "Relative duration" mask (date and time in natural language)
WINDEV, WEBDEV and WINDEV Mobile propose to use a "Relative duration" display mask for the Date controls......
Filter (Property)
The Filter property is used to identify and change the filter applied to records in: Table controls based on a data file, browsing TreeView Table controls, browsing List Box controls, Combo Box controls based on a data file, browsing Looper controls....
Testing and debugging a remote site
WEBDEV offers several methods to test and debug a site on the development computer (see The different types of WEBDEV sites)......
Use case diagram
A use case diagram is used to view the behavior of a system in such way that......
TreeView Table control based on a variable
A TreeView Table control based on a variable is a control bound to a variable or a set of variables......
SynchroHFSQL (Property)
The SynchroHFSQL property is used to: get the refresh mode of a Table control based on a data file linked to an HFSQL Client/Server data file. specify the refresh mode of a Table control based on a data file linked to an HFSQL Client/Server data file....
WebserviceWriteMIMEType (Function)
Indicates the MIME type of the response returned by the Webservice (case of a call to a REST Webservice).
hbColumn (Type of variable)
The hbColumn type is used to define the advanced characteristics of a column (item) in a HBase table.
<List Box>.Display (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file.
InvalidInputPreventExit (Property)
The InvalidInputPreventExit property is used to determine if it is possible to leave the control in case of invalid input.
Memory (Property)
The Memory property determines if the specified control is populated programmatically or is based on a data file.
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
12. Synchronizing data
Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ... a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.)....
Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action with each menu option......
How to sort the result of a query?
This help page explains how to create a sort query with the query editor....
Installing and configuring HFSQL Cluster
Required configuration and overview for installing HFSQL Cluster....
Screen,Column (External language)
Returns the index of the current column in a Table based on a data file or in a Table populated programmatically.