ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PageAddress (Function)
Used to find out the Internet address of a page.
FirstDayOfYear (Function)
Returns the date of the first day of the year.
GglAnalyticsAddPage (Function)
Adds a page beside Google Analytics.
<Tab>.Close (Function)
Closes a dynamic pane in a Tab control.
<Calendar>.Select (Function)
Returns the date selected in a Calendar control.
<Date type>.ToDay (Function)
Returns the day that corresponds to a given date.
BrowserPrint (Function)
Prints the page currently displayed in the browser.
<Page>.Address (Function)
Used to find out the Internet address of a page.
<Page>.Display (Function)
Displays a web page in the user's browser....
<zipArchive variable>.ExtractPath (Function)
Returns the path of a file found in the archive.
LastDayOfYear (Function)
Returns the date of the last day of the year.
MyPage (Reserved word)
MyPage is used to handle the current page...
TabClose (Function)
Closes a dynamic pane in a Tab control.
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
DateToDay (Function)
Returns the day that corresponds to a given date.
SysNameExe (Function)
Returns the name and full path of an application.
eExchangeRate (Function)
Returns the value of the exchange rate for a currency.
tapiCallEnd (Function)
Returns the date and time of the end of call.
sEndEvent (Function)
Disables the detection of an event on a serial port.
SocketCreateInfrared (Function)
Creates a socket that uses the infrared port.
Age (Function)
Returns the age according to the date of birth.
SchedulerOpenTaskProperties (Function)
Opens the property page of a scheduled task.
ContextOpen (Function)
Opens a new page context without returning the information to the browser.
<Chrono>.Resume (Function)
Resumes a stopwatch previously stopped by <Chrono>.Fin or <Chrono>.Pause.
Displaying a page in a WEBDEV site
Displaying a new page in a WEBDEV site can be done according to several methods......