ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
ControlEnabled (Function)
Enables a control or a group of controls in a window. An animation can be set on the controls...
TableRestorePositionAndSelection (Function)
Restores the scrollbar position in a Table or TreeView Table control as well as the selected...
GetTypeDefinition (Function)
Gets the description of a type identified by name.
inAppListPurchase (Function)
Returns the list of application products purchased by the user and not consumed.
ControlGrayed (Function)
Grays a control or a group of controls. An animation can be set on the controls...
AllowActionBarHiding (Property)
The AllowActionBarHiding property automatically hides the Action Bar.
2. Static or dynamic site
AJAXCallInProgress (Function)
Used to determine if the request being processed is an AJAX request.
Validating a page other than the current page
In some cases, you may have to propose the validation of a page via a button (or a link) found...
PageRefresh (Function)
Refreshes a page displayed in the user's browser from the context on the server....
iPrintBlock (Function)
Forces a report block to print.
xlsColumnTitle (Function)
Retrieves the title of a column found in an XLS file.
Changing the version of projects found in SCM
When several projects share elements in the same SCM, changing the version of WINDEV and WEBDEV...
BackgroundTaskAdd (Function)
Adds a new background task.
Break in a report
The break is used to group the records corresponding to a sort criterion......
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice...
Spreadsheet: Using the ribbon
The ribbon of the Spreadsheet control proposes several features and it allows you to define several...
User login: User Groupware
WINDEV Tutorial: User Groupware User login: User Groupware - 20 mn
Report controls
Several types of controls can be handled in a report created by the report editor......
Report based on a query
Queries are used to easily select records in one or more data files......
Global procedure/function
A global procedure can be used in all the processes or events of the project....
Global and local variable
Two types of variables are available......
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP...