ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
ArrayAddReference (Function)
Adds the reference of an object at the last position in a one-dimensional array.
AddReference (Function)
Adds the reference of an object at the last position in a one-dimensional array.
<Menu>.AddOption (Function)
Adds a new option after the last option of a drop-down or context menu.
<Array>.AddReference (Function)
Adds the reference of an object at the last position in a one-dimensional array.
MenuLabel (Function)
Gets or changes the label of a menu option (context or drop-down menu).
Global and local variable
Two types of variables are available......
Handling data files in PHP
WEBDEV allows you to create a PHP site that handles data files......
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
The Ribbon control
The Ribbon control proposes an additional feature regarding the menus found in your applications. It is used to present in a small surface a large number of controls arranged logically in order to perform choices....
Remote WEBDEV administrator: Server parameters
The server administrator can define the server parameters via the remote administration tool......
nWDSetCallbackNext
Set the "callback" called when using the WDKEY and RETURNWDKEY keywords for the next window to open (in C, Pascal and Visual Basic only)......
Events associated with Camera controls
List of WLanguage events associated with Camera controls....
MaxNbCard (Property)
The MaxNbCard property gets and sets the maximum number of cards in a Kanban control.
Managing sockets with WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions allowing you to perform an advanced management of sockets......
WinRateDDW (Function)
Gets and sets the dimming rate for windows that use the DDW (Dim Disabled Windows) feature.
Testing an iOS application on a mobile device
When developing an application for iOS (iPhone or iPad), WINDEV Mobile allows you to test the application being developed without having to recompile it on Mac, but directly on the iPhone or iPad......
SQLPrevious (Function)
Positions on the previous row of the query result.
InvalidInputListControl (Function)
Builds a list of controls that require data input/contain invalid data....
MemLast (Function)
Sets the position on the last element of memory area and returns the value of this element.
Replication of HFSQL servers (Programming)
To implement a replication of HFSQL servers through programming, WLanguage......
WDGenPage: Use in command line mode
WDGenPage run in command line is used to generate one or more semi-dynamic pages without starting WEBDEV or WDGenPage....
TextWidth (Function)
Calculates the width (in pixels) of the text displayed in an edit control, in a Combo Box control or in a Static control.
TextHeight (Function)
Calculates the height (in pixels) of the text displayed in an edit control, in a Static control or in a Combo Box control.
How to add a new row to a Table control?
This help page explains how to add a row to a Table control programmatically....