ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AJAXAvailable (Function)
Used to find out whether the AJAX technology is supported by the current browser.
ScrollbarIsVisible (Function)
Used to find out whether the scrollbar of a control in a WINDEV application is visible.
ConsoleError (Function)
Writes a character string in the standard error output stream "stderr".
<TreeView>.Find (Function)
Finds an element (leaf or node) in a TreeView control and returns its path.
<Upload>.DeleteAll (Function)
Clears the list of files to upload: no file will be uploaded on the server.
<Date type>.ToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
<Image variable>.StartDrawing (Function)
Indicates that the drawing functions that will be used are intended for an Image variable.
<Table>.InputInProgress (Function)
Indicates whether a Table or TreeView Table control is currently in edit.
RegexMatch (Function)
Checks whether a string matches the format defined by a regular expression.
<Source>.Found (Function)
Checks whether the current record corresponds to the current filter or search.
WinInHeight (Function)
Returns the internal height of a window (without title bar and border).
SysDirStorageCard (Function)
Returns the path of the root directory of the primary external storage space.
SaaSIsConnected (Function)
Defines whether the connection to the SaaS web service is still established.
RegistryFirstSubKey (Function)
Identifies the path of first subkey of specified key in the Windows registry.
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.
InUniversalWindowsAppSimulatorMode (Function)
Indicates whether the code is run in the simulator for the applications in Universal Windows 10 App mode.
Options displayed in a status bar with multiple cells
In the status bar description window, you can specify the options that will appear in each cell of the status bar......
Minimized (Property)
The Minimized property is used to: find out whether a repositionable note is minimized, minimize or restore a repositionable note....
MapLicenseGgl (Function)
Indicates the "Google Maps API" license key that will be used in the Map controls (of WINDEV or WEBDEV).
iDidotFont (Function)
Selects the unit that will be used for the height of the fonts (created by iCreateFont): DIDOT point or PICA point.
wsResponse (Type of variable)
The wsResponse type is used to get: the XML source code of the Webservice response. the value of the different parts of the Webservice response (for the Webservices returning several responses)....
InDelayedProcedureMode (Function)
Indicates whether the code is run from a delayed procedure or from a scheduled task on the WEBDEV Application Server.
gFontItalic (Function)
Builds a sequence of characters used to specify whether or not the text that follows the call to this function is in italic type.
TextWithoutFormat (Property)
The TextWithoutFormat property is used to get the text contained in a rich edit control without the formatting tags.
GridlinesVisible (Property)
The GridlinesVisible property is used to: Determine whether or not gridlines are visible in a control. Show or hide gridlines in a control....