ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ToolTip (Property)
The ToolTip property gets and sets the text displayed in a tooltip. This tooltip can be associated with: a control in a window or page, Versions 2025 (SaaS) and later a control in a report. In this case, the tooltip will only be visible in the report viewer. Note: This feature is only available from WINDEV Suite SaaS 2025 Update 3. New in SaaS a control in a report. In this case, the tooltip will only be visible in the report viewer. Note: This feature is only available from WINDEV Suite SaaS 2025 Update 3. New in version 2025 (SaaS) a control in a report. In this case, the tooltip will only be visible in the report viewer. Note: This feature is only available from WINDEV Suite SaaS 2025 Update 3. a control in a report. In this case, the tooltip will only be visible in the report viewer. Note: This feature is only available from WINDEV Suite SaaS 2025 Update 3....
CurrentColumn (Function)
Returns: the index of the current indexed column in a Table control (based on a table or populated programmatically). the number of the column currently in edit mode in the specified data-bound Table control (based on a table or populated programmatically)....
Generating a class diagram
The generation is used to create the WINDEV classes ("......
Content of the Table control
Table controls can be bound to a table, to a variable, or be populated programmatically......
13. Security benefit: managing the "Back" button
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
Managing the browser "Back" button
The browser "Back" button allows the Web users to display the pages that were already visited......
Android Widget windows
An Android application can contain one or more Widget windows......
Mashup
The concept of Mashup consists in aggregating data coming from different software, different services, different data sources, ......
<Looper>.RecNum (Function)
Returns the number of the current record in a Looper control based on a data file.
<Table>.RecNum (Function)
Returns the number of the current record in a Table control based on a data file.
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.
Memory (Property)
The Memory property determines if the specified control is populated programmatically or is based on a table.
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a table
TreeView data-bound Table control based on a table
A TreeView Table control can be linked to a table or a query......
Label report
The report editor allows you to create "Label" reports......
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......