ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

inAppProduct (Type of variable)
The inAppProduct type is used to define the advanced characteristics of a product for an In-App purchase.
inAppListProductInfo (Function)
Retrieves, from the store, information about the "In-App" products associated with the application.
1. Creating windows to add and edit data
WINDEV Tutorial: WINDEV application: Managing data Lesson 1 - Creating windows to add and edit data - 50 min
Events associated with the columns (Table control)
List of events associated with the columns of Table controls...
SysStandby (Function)
Allows you to: enable and disable the standby mode (Android) display the system screen used to configure the standby mode (Universal Windows Apps)...
grMenuOption (Function)
Modifies the text of an option in the context menu of a chart.
Calendar (Type of variable)
The Calendar type is used to handle a calendar (or organizer) associated with a user account or found on the device.
Handling a Pivot Table control through programming
A Pivot Table control can be handled through programming......
Interface checker
The advanced interface checker is a tool used to harmonize the positioning of controls in the different application windows......
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
StatCorrelation (Function)
Calculates the coefficient of correlation between two series of values.
StatStandardDeviationP (Function)
Calculates the standard deviation for a full series of values.
OAuth2Parameters (Type of variable)
The OAuth2Parameters type is used to define the information required to authenticate on a web service implementing the OAuth 2.0 standard.
Performance profiler
The performance profiler (also called Profiler) is used to check and optimize the execution time of your application......
SocketAccept (Function)
Run on the server, this function accepts a request for connecting to an existing socket found on the server.
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
The Navigation Bar control
The Navigation Bar control is used to create a menu area that can easily adapt to the browser size......
sfProcessWorkItemRequest (Type of variable)
The sfProcessWorkItemRequest type is used to describe a query for processing a task to submit to SFExecuteProcess...
OrganizerTimeDisplayed (Function)
Defines the time range displayed by the Organizer control in Day mode or in Week mode.
SocketWaitForConnection (Function)
Run on the server, this function is used to wait for a connection request coming from the client sockets.
ErrorThrow (Function)
Throw a non-fatal error.
Obtaining an SSL certificate for IIS7 (or later)
To get an SSL certificate for IIS 7 (and later), the different steps are as follows:...
Layout control properties
You can manipulate Layout controls (and its cells) in a window or page using the following WLanguage properties......
Container column in a Table control
A cell found in a Table control can contain a set of controls......
TableMoveLine (Function)
Moves a row or swaps two rows in a Table control.