ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

InReportsAndQueriesMode (Function)
Indicates whether the code is run during the test of a report or query in Reports & Queries.
HTMLClassDelete (Function)
Deletes a class from the HTML classes of a control.
ScriptDisplay (Function)
Calls an external script or page (.php, .asp, .mhtml or.mht) and returns the result page in the current browser window.
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.
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....
ASPDisplay (Function)
Calls an external ASP script and returns the result page in the current browser window.
AuthGetUserInfo (Function)
Retrieves user information from an access token.
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....
TreeView Table report
The report editor allows you to create "TreeView Table" reports......
WDInst: Uninstaller settings
The application uninstaller is the application that allows the end user to uninstall the application....
Visibility of the elements found in an external component
When creating an external component, you have he ability to define the elements of the external component that will be accessible (or not) by the user of the component......
ProfilerEnd (Function)
Stops "collecting data" for the performance profiler.
<Menu>.AddPopup (Function)
Transforms a menu option of a page in order for this option to open a popup.
MenuAddPopup (Function)
Transforms a menu option of a page in order for this option to open a popup.
Icon (Property)
The Icon property is used to: Find out the icon displayed in the title bar of a window or a Dockable Panel control. Change the icon displayed in the title bar of a window or a Dockable Panel control....
ProfilerStart (Function)
Starts "collecting information" for the performance profiler.
The different types of windows
The following types of windows can be created in a WINDEV application......