ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PageChangeLayout (Function)
Applies a specific layout to a page.
SpeechSynthesisInitialize (Function)
Initializes the parameters of speech synthesis for the current application.
HClose (Function)
Closes a data file or all the data files opened by the current user: all the corresponding physical data files are closed for the current user.
HAddUser (Function)
Adds a user to a database.
MemoryToFile (Function)
Automatically initializes the memory value of the items for the current file record with the values of the members of a class or structure.
EmailImportSource (Function)
Populates an Email variable using the content of its Source property or the different variables of the email structure using the content of the Email.Source variable.
ScreenToSource (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
HDeleteBackup (Function)
Deletes a backup previously created with HBackup.
SchedulerDeleteResource (Function)
Deletes a resource from a Scheduler control.
dbgWriteWarningAudit (Function)
Writes a custom runtime warning into the dynamic audit.
HStatDate (Function)
Returns the date of the last update for the index statistics.
MemSort (Function)
Sorts the elements found in a memory zone.
Email management functions
List of functions for managing emails...
HStatTime (Function)
Returns the time of the last update for the index statistics.
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
NotifDeleteCategory (Function)
Deletes a notification category from the application.
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
Handling a Pivot Table control through programming
A Pivot Table control can be handled through programming......
Constants for the Exif functions
List of constants used by the Exif functions....
ParallelTaskWaitAll (Function)
Waits for the end of execution of all parallel tasks found in an array.
HRecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON format.
TableSetFocus (Function)
Gives focus to a row found in a Table or TreeView Table control: the control switches to edit for the specified row and column.
Map (Function)
Executes a procedure on each element of a source array and returns the results in a WLanguage array.