ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Multiline strings
To type character strings over several lines in the code editor...
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.
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...
New (Reserved word)
New is used to allocate memory space...
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.
Generating an application for Universal Windows 10 App
Connection (Type of variable)
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc....
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...
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.
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.
Logical operators
The logical operators are as follows......
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
WDTestSite: Creating a scenario
To create a scenario, the following elements must be installed on the current computer......