ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

How to set the focus to a column in a Table control?
To set the focus to a column in Table control (i.e. to be positioned in input in this column), ...
<Table>.SetFocus (Function)
Gives focus to a line in a Table or hierarchical Table field: the field switches to input for the specified line and column.
How to clone and use columns in a Table control?
In some cases, a Table control must be filled with an unknown number of columns (when creating the control).
TableSetFocus (Function)
Gives focus to a line in a Table or hierarchical Table field: the field switches to input for the specified line and column.
TableColumnSelectOccurrence (Function)
Returns the number of selected columns found in a table. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
<Chart>.TitleFont (Function)
Modifies the font used for the chart title.
<Chart>.SeriesLabel (Function)
Initializes the label of a data series in a chart.
NextTitle (Function)
Modifies the title of next window to open.
SysWinHandle (Function)
Returns the handle of a window identified by its title.
grTitleFont (Function)
Modifies the font used for the chart title.
grSeriesLabel (Function)
Initializes the label of a data series in a chart.
Managing the calendars (Android/iOS)
WINDEV Mobile allows you to easily access the calendars and appointments found on the phones and tablets in Android and iOS......
Handling a TreeView Table control programmatically (prefix syntax)
This page explains how to program TreeView Table controls......
29. SEO in practice
Skin template generator
Development teams that have design expertise sometime want to be able to create their own skin templates......
Check Box control: Automatic features (AAF)
The Check Box control can benefit from several AAFs (Automatic Application Features) ......
Java functions
List of Java functions...
NoteTitle (Property)
The NoteTitle property is used to: Get the title of the notes used in the technical documentation of a control, window, page or report. Change the title of the notes used in the technical documentation of a control, window, page or report....
<Chart>.CategoryLabel (Function)
Initializes the label of a data category (or section) in a chart.
<Chart>.ScatterSeriesLabel (Function)
Initializes the label of data series in a "Scatter" chart.
<Chart>.Title (Function)
Modifies the caption and/or position of the chart title....
<Chart>.LabelFont (Function)
Modifies the font used for the category labels of a chart.
SSLActive (Function)
Used to enable or disable the secure SSL mode.
Creating an interactive diagram
The Diagram Editor control allows end users to create and edit diagrams......
grScatterSeriesLabel (Function)
Initializes the label of data series in a "Scatter" chart.
grTitle (Function)
Modifies the caption and/or position of the chart title....
Developing applications in Universal Windows 10 App mode
WINDEV and WINDEV Mobile allow you to develop applications for Windows 10 tablets and for Windows Phone 10 and Windows 10 phones (Universal Windows 10 App applications)......
iOS 14 widget windows
An iOS application with an iOS widget configuration can contain one or more iOS 14 widget windows......
GglGetCalendar (Function)
Retrieves a Google calendar and its events according to its title or identifier.
WEBDEV administrator: Viewing the logs
The "Logs" tab is used to see the details of logs for a specific period......