ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

New (Reserved word)
New is used to allocate memory space...
SpreadsheetLoad (Function)
Loads a file in XLSX format in a Spreadsheet control found in a window.
HTMLToRGB (Function)
Converts the HTML color into RGB color.
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
MyWindow (Reserved word)
MyWindow is used to handle the current window...
MyChildWindow (Reserved word)
MyChildWindow is used to handle the child window of the current window.
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.
Environment of the project editor
The main elements of the project editor are as follows:
GOTO statement
The GOTO statement is used to run a code identified by a given label...
The Clickable Image control
The Clickable Image control can be used to......
Generating an application for Universal Windows 10 App
SysEnvironment (Function)
Returns the environment variables of the operating system for the current computer.
PageDisplayDialog (Function)
Displays a page in modal mode. This function is used to establish a dialog with the user. The page is displayed in the foreground while the opening page is displayed in the background, grayed by the DDW mechanism.
Multiline strings
To type character strings over several lines in the code editor...
SpeechSynthesisStop (Function)
Stops all the current read operations on the engine for speech synthesis.
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
OrganizerDisplayNextPeriod (Function)
Moves the time area displayed to the next area (next weeks for example) in an Organizer control.
OrganizerDisplayPreviousPeriod (Function)
Moves the time area displayed to the previous area (previous weeks for example) in an Organizer control.
LOOP statement
The statement block is repeated endlessly...
Code snippets
The code editor allows you to enter "Code snippets"......
MapExecuteJS (Function)
Runs the native code of Google Maps API in a Map control in JavaScript.
WinEdSaveNote (Function)
Exports the repositionable notes created by the user into a file.
WDTestSite: Creating a scenario
To create a scenario, the following elements must be installed on the current computer......