ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ASPExecute (Function)
Calls an external .asp script and returns the result in a string.
PageCurrentLayout (Function)
Returns the index of the current layout: in the current page. in the specified page....
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....
IsNumeric (Function)
Enables you to find out whether a variable or a control is: a numeric (integer, real, currency or numeric). a string that can be converted into numeric....
Description (Property)
The Description property is used to get and change the page description.
ScriptExecute (Function)
Calls an external script (.asp or .php) and returns the result in a string.
FileDisplay (Function)
Displays a file in the browser of Web user.
ASPDisplay (Function)
Calls an external ASP script and returns the result page in the current browser window.
ScriptDisplay (Function)
Calls an external script or page (.php, .asp, .mhtml or.mht) and returns the result page in the current browser window.
ProfilerStart (Function)
Starts "collecting information" for the performance profiler.
MultimediaReader (Property)
The MultimediaReader property is used to get and change the media player currently used by a Multimedia control to play media files.
AJAXCallInProgress (Function)
Used to determine if the request being processed is an AJAX request.
RESTSend (Function)
Sends a REST request and waits for the server response.
<Image>.Last (Function)
Displays the last image for the scroll.
<Image>.StartScrolling (Function)
Starts cycling through images.
<Image>.ScrollingPosition (Function)
Returns the displayed image.
<Image>.Previous (Function)
Displays the previous image for the scroll.
<Image>.First (Function)
Displays the first image for the scroll.
<Image>.Occurrence (Function)
Returns the total number of images taken into account by the scroll.
<Image>.Next (Function)
Displays the next image for the scroll.
Browser management functions
List of functions for managing browsers...
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....
Year (Property)
The Year property is used to: Get the year from a Date or DateTime variable or item. Change the year in a Date or DateTime variable or item....
ImageScrollingPosition (Function)
Returns the displayed image.
ImageStartScrolling (Function)
Starts cycling through images.