ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
Keyboard shortcut and hotkey
A control in a window or page can be associated with an alphanumeric character, a key or combination of keys ("keyboard shortcut"), etc....
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
CellCloseDialog (Function)
Hides a Cell control previously displayed in the page via CellDisplayDialog.
MenuAddPopup (Function)
Transforms a menu option of a page in order for this option to open a popup.
Handling Scheduler controls programmatically
A Scheduler control can be......
<Menu>.AddPopup (Function)
Transforms a menu option of a page in order for this option to open a popup.
HTMLValidateForm (Function)
Validates a form in an HTML page displayed in an HTML Display control.
<HTML Display control>.ValidateForm (Function)
Validates a form in an HTML page displayed in an HTML Display control.
iLink (Function)
Adds a link to a URL address into the HTML page currently printed.
iSkipPage (Function)
Generates a page break: the corresponding code is sent to the printer queue.
<Looper>.InsertIP (Function)
Inserts a row as an internal page into a Looper control populated programmatically.
WLanguage procedure called by PopupDisplayPage
WLanguage procedure ("callback") called by PopupDisplayPage after the popup page is closed.
LooperInsertIP (Function)
Inserts a row as an internal page into a Looper control populated programmatically.
<Connection variable>.TransactionList (Function)
Returns the list of current or interrupted transactions on the server for the specified connection.
Handling an Action Bar through programming
An Action Bar can be handled through programming. To do so, use the variable corresponding to the Action Bar in the code....
Installing a WEBDEV site with zero-downtime update
Starting with version 24, you can update a Session or AWP site without disconnecting users......
The Breadcrumb control
The "Breadcrumb" control corresponds to a series of links allowing the Web user to go back into the logical tree structure of a site......
The Navigation Bar control
The Navigation Bar control is used to create a menu area that can easily adapt to the browser size......
Handling an internal component
An internal component is a set of elements from a project......
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......
TreeView Table report
The report editor allows you to create "TreeView Table" reports......
YInitial (Property)
The YInitial property is used to: Find out the Y-coordinate: of a control (position on Y-axis) when opening the window or the page. of a window (position on Y-axis) when opening the window. Modify the Y-coordinate of a control anchored "to bottom" (position on the vertical axis) when opening the window. Find out the Y-coordinate of a control in relation to its block (position in millimeters on the vertical axis) when opening the report....
PageToASP (Function)
Sends the data found in a page currently displayed in the browser to an ASP server.
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.