ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....
ASPExecute (Function)
Calls an external .asp script and returns the result in a string.
FileDisplay (Function)
Displays a file in the browser of Web user.
ScriptDisplay (Function)
Calls an external script or page (.php, .asp, .mhtml or.mht) and returns the result page in the current browser window.
ScriptExecute (Function)
Calls an external script (.asp or .php) and returns the result in a string.
INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI file).
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....
ProfilerStart (Function)
Starts "collecting information" for the performance profiler.
ProfilerEnd (Function)
Stops "collecting data" for the performance profiler.
ASPDisplay (Function)
Calls an external ASP script and returns the result page in the current browser window.
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
HTMLClassDelete (Function)
Deletes a class from the HTML classes of a control.
HTMLClassAdd (Function)
Adds a class into the HTML classes of a control.
AuthIntrospectToken (Function)
Determines the set of metadata for an OAuth token.
HTMLClassToggle (Function)
Toggles a class in the HTML classes of a control: the class is added if it does not exist, the class is deleted if it already exists.
AuthGetUserInfo (Function)
Retrieves user information from an access token.
MenuAddPopup (Function)
Transforms a menu option of a page in order for this option to open a popup.
<Menu>.AddPopup (Function)
Transforms a menu option of a page in order for this option to open a popup.