ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AJAX: Overview
The AJAX technology is available in native mode in WEBDEV and in the PHP sites developed with WEBDEV......
<Page>.Use (Function)
Displays a WEBDEV page in the browser of the Web user and closes all the current page contexts.
IntegerToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is an integer).
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
MyHostControl (Reserved word)
The MyHostControl keyword is used to handle the WEBDEV Page control from the code of the page it displays.
Geodesic (Property)
The Geodesic property is used to indicate whether the drawing should follow the curvature of the Earth.
<Date type>.ToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
The Image Editor control (WEBDEV)
By using the Image Editor control in your websites, you will allow users to create and edit images or photos......
Clipboard with history
The clipboard stores the last 10 pieces of content cut or pasted (from any editor)......
ScriptDisplay (Function)
Calls an external script or page (.php, .asp, .mhtml or.mht) and returns the result page in the current browser window.
Runtime log
The runtime log is the best way to identify the most used features of an application......
Defining a help window template
WINDEV allows you to create help window templates......
Report based on a Scheduler control
A report based on a Scheduler control is used to directly print the information displayed in the Scheduler control......
<Page>.Exist (Function)
Allows you to find out whether a page context exists on the server (which means whether the page was opened).
PopupDisplayPage (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
<Page>.DisplayPopup (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
ContextExist (Function)
Allows you to find out whether a page context exists on the server (which means whether the page was opened).
PageInitialization (Function)
Resets to zero (or not) the controls found in the current page and starts the events for initializing the controls and the page.
WeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is a character string).
sInEntryQueue (Function)
Retrieves the number of pending bytes in the input buffer of a specified serial port or infrared port.
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
How to include secure payment in a WEBDEV site?
This help page explains how to add a secure payment into a WEBDEV site......
"Test results" pane
The "Test results" pane shows the results of the different stand-alone tests in a project......
Extra (Property)
The Extra property is used to: Get additional information about a control, window, or page. Edit additional information of a control, window or page. In browser code, you can only get additional information of a control or page....
24. Displaying and linking pages