ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
TableAddInProgress (Function)
Modifies or returns the visibility status of internal wait window when adding additional elements into an infinite Table control.
LooperAddInProgress (Function)
Modifies or returns the visibility status of internal wait window when adding additional elements into an infinite Looper control.
MenuAddPopup (Function)
Transforms a menu option of a page in order for this option to open a popup.
<Menu>.AddPopup (Function)
Transforms a menu option of a page in order for this option to open a popup.
CellCloseDialog (Function)
Hides a Cell control previously displayed in the page via CellDisplayDialog.
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.
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.
MobileNetworkStatus (Function)
Returns the current status of the connection to data on the mobile network or asks to be notified when the status of the connection to data changes.
HFSQL and Docker
Docker is a software platform that allows you to run applications in software containers on Linux (Docker runs like a daemon)......
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.
Installing a WEBDEV site with zero-downtime update
Starting with version 24, you can update a Session or AWP site without disconnecting users......
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....
Composite keys
A composite key is a key item containing several other items......
Handling an internal component
An internal component is a set of elements from a project......
FTPTime (Function)
Returns the different times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
WEBDEV User Groupware: Tips
This help page contains different programming tips for the User Groupware in WEBDEV......
Preventing the use of the browser's "Back" button
If the browser "Back" button is used to display the previous page, this action will have no effect......
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several applications), for the current user.
BTLEConnectionStatus (Function)
Returns the current connection status to a Bluetooth Low Energy device or asks to be notified when the connection status changes.
PageRateDDW (Function)
Allows you to find out and modify the rate of gray for the pages that use DDW (Dim disabled pages).