ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Image>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
InWidgetMode (Function)
Indicates whether the code is run in Android Widget mode.
InAppleWatchSimulatorMode (Function)
Indicates whether the code is run in the Apple Watch simulator.
InAppleWatchEmulatorMode (Function)
Indicates whether the code is run in the Apple Watch emulator.
DateCreated (Property)
The DateCreated property is used to get the creation date of an element.
SaaSSendSecurityCode (Function)
Sends the security code to the user so that he can change his password.
CaptionHTML (Property)
The CaptionHTML property is used to handle text as HTML code.
8. Source Code Manager (SCM)
Source Code Manager (SCM)...
<httpRequest variable>.ResetCookie (Function)
Deletes all the cookies (globally or for a domain) stored by the calls to HTTPRequest.
<httpRequest variable>.GetCookie (Function)
Retrieves the cookies read by a call to HTTPSend for an HTTP domain.
ToastDisplayIW (Function)
Opens a toast whose content is based on an internal window.
CheckAnyFalse (Function)
Returns True if at least one element of an array is False.
DateModified (Property)
The DateModified property is used to get the modification date of an element.
<Image variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<Email variable>.BuildSource (Function)
Generates the source code of the email to send from an Email variable.
<Menu>.Clone (Function)
Clones a menu or a menu option as well as the associated code.
DateLastAccessed (Property)
The DateLastAccessed property gets the date the file was last accessed.
<Array>.AnyFalse (Function)
Returns True if at least one element of an array is False.
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
DateTime (Type of variable)
The DateTime type enables you to easily handle a date and a time...
Multiline strings
To type character strings over several lines in the code editor...
ASPExecute (Function)
Calls an external .asp script and returns the result in a string.
PHPExecute (Function)
Calls an external .php script and returns the result in a string.
JavaExecuteFunction (Function)
Starts a specific static function of a given Java class.