ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Unavailable functions and properties
Some functions and properties have been removed from WLanguage......
PopupClosePage (Function)
Hides a page displayed as a popup via PopupDisplayPage.
PageParameter (Function)
Returns the value of a parameter passed to the current page.
gpwOpen (Function)
Opens the User Groupware login window or page.
ControlDelete (Function)
Permanently deletes a control from a window, page or report.
AJAXExecuteAsynchronous (Function)
Runs a server procedure without refreshing the page.
iPageEnd (Function)
Forces the move to the next page during the report print.
SessionRequestedPage (Function)
Returns the name of the page requested at the start of the session.
<pdfPage variable>.AddWatermark (Function)
Adds a watermark to a page of an existing PDF file.
PageNumber (Property)
The PageNumber property gets and sets a page number.
AJAXExecute (Function)
Runs a server procedure without refreshing the page.
WEBDEV Page control properties
The following properties are associated with WEBDEV Page controls ......
<Popup>.Close (Function)
Hides a popup displayed in the page via PopupDisplay.
The Upload control
The Upload control is used to upload files on the Web server......
Component and SCM
WINDEV, WEBDEV and WINDEV Mobile allow you to easily create and publish components......
H.NbRecModificationQuery
Used to find out the number of records added, modified or deleted when running the last query of the current context.
Markdown (Property)
The Property Markdown allows you to manage the Markdown format: in an Static control in an report. in the internal window fields (title and description) corresponding to the tour stage....
MapPolyline (Type of variable)
The MapPolyline type is used to define the characteristics of a line composed of several segments to be drawn on the map displayed in a Map control.
Anchor (Property)
The Anchor property sets the anchors of a control in a window, page or report.
Table,Position (External language)
Sets the position on a given element or returns the element on the fist row of a Table control populated programmatically.
diagPath (Type of variable)
The diagPath type is used to define all the advanced characteristics of a Path shape (equivalent to a polygon that can include rounded lines).
InPrelaunchedSessionMode (Function)
Used to find out whether the site is started in "pre-launched session" mode of WEBDEV.
appServerScheduledTask (Type of variable)
The appServerScheduledTask type is used to manage a scheduled task of WEBDEV Application Server through programming (for a site or a webservice).
InTestMode (Function)
Indicates whether the application or the site is started: from the WINDEV or WEBDEV editor, from the executable or browser. from the WEBDEV administrator....
Single Page App
A "Single Page App" is a Web application (Internet or Intranet) whose all pages are grouped in a single page......