ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PageToEmail (Function)
Emails the data found in a page currently displayed in the browser.
EmulatePane (Function)
Emulates the selection of a pane in a Tab, Ribbon or Sidebar control.
TabStatus (Function)
Returns the status of a dynamic tab pane (identified by its alias).
BrowserWidth (Function)
Returns the width (in pixels) of the client area where the page is displayed.
BrowserHeight (Function)
Returns the height (in pixels) of the client area where the page is displayed.
<Tab>.Status (Function)
Returns the status of a dynamic tab pane (identified by its alias).
PageFooter (Property)
The PageFooter property gets and sets the height of a page footer.
<Document variable>.ToImage (Function)
Exports a page contained in a Document variable in image format.
<Word Processing>.ToImage (Function)
Exports a page from a Word Processing control in image format.
<Page>.Refresh (Function)
Refreshes a page displayed in the user's browser from the context on the server....
BrowserOpen (Function)
Opens a web page identified by its URL in a new browser.
PageRefresh (Function)
Refreshes a page displayed in the user's browser from the context on the server....
jQueryExecute (Function)
Runs a JavaScript method of the jQuery library on a page element.
WHelp (Function)
Displays a file or a help page in HLP or CHM format.
PDFExtractPage (Function)
Extracts a page from a PDF file in a variable of type Image.
<Variable pdfDocument>PageExtract (Function)
Extracts a page from a PDF file in a variable of type Image.
The "Image catalog" pane
The "Image catalog" pane is a context-sensitive image catalog......
"Real Time Performance Profiler" pane
The "Real Time Performance Profiler" pane shows the activity of an application or site during a test......
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
Validating a page from a control that has no action on the server (List Box control, Combo Box, etc.)
By default, the validation of a page must be performed by a "Send the values of controls to the server (Submit)" button......
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
Displaying a page in a WEBDEV site
Displaying a new page in a WEBDEV site can be done according to several methods......
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....
How to find out whether a report was printed?
CellCloseDialog (Function)
Hides a Cell control previously displayed in the page via CellDisplayDialog.