ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Menu>.Clone (Function)
Clones a menu or a menu option as well as the associated code.
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.
<Image>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<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.
InAppleWatchSimulatorMode (Function)
Indicates whether the code is run in the Apple Watch simulator.
DateLastAccessed (Property)
The DateLastAccessed property gets the date the file was last accessed.
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.
dEndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
MessTranslate (Function)
Retrieves a message found in the code of a program in the current language.
WinInput (Function)
Identifies the window containing the WLanguage code currently run.
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.