ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DateTime (Type of variable)
The DateTime type enables you to easily handle a date and a time...
<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.
<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.
<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...
<httpRequest variable>.ResetCookie (Function)
Deletes all the cookies (globally or for a domain) stored by the calls to HTTPRequest.
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.
tapiCallIsOver (Function)
Used to find out whether the incoming or outgoing call is ended.
tapiCallerID (Function)
Used to find out the calling phone number (the one that calls).
xlsMsgError (Function)
Returns the caption of the last error caused by an XLS function.
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.