ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iPrintBlock (Function)
Forces a report block to print.
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 in a different frame......
MyPage (Reserved word)
MyPage is used to handle the current page...
PageRefresh (Function)
Refreshes a page displayed in the user's browser from the context on the server....
SQLModify (Function)
Modifies the content of a row in the query result.
NetOpenRemoteAccess (Function)
Establishes a remote connection.
WinRefreshVisible (Function)
Modifies or returns the visibility state of the refresh bar in a window.
Step 4: Starting the print
To start the print job, simply use iEndPrinting......
SocketConnect (Function)
Connects a client computer to a given socket.
iCreateFont (Function)
Creates a new print font.
Managing geolocation and GPS
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers.
13. Generation modes
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
LooperSelectPlus (Function)
Selects a row in a Looper control.
TableCollapse (Function)
Collapses: a branch that was previously expanded in a TreeView Table control. a break that was previously expanded in a Table control. a detailed window displayed for a row....
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
Reports & Queries: Unsupported WLanguage functions
Some WLanguage functions are not available in Reports & Queries......
NotifPushProcedure (Function)
Specifies the WLanguage procedure called when a push notification is received by a WINDEV Mobile application (Android or iOS).
TableToClipboard (Function)
Copies the content of a Table or TreeView Table control to the clipboard.
dbgStartMemoryDiff (Function)
Starts a difference operation of the memory used by the application.
Bar code constants
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected......
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
How to create two linked cascading tables?
This help page explains how to create two linked cascading Table controls in a window or page....