ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Email management functions
List of functions for managing emails...
zipAddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 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.
CameraConfigure (Function)
Allows you to configure the video capture driver.
PageChangeLayout (Function)
Applies a specific layout to a page.
MemSort (Function)
Sorts the elements found in a memory zone.
VideoConfigure (Function)
Allows you to configure the video capture driver.
Multiline (Property)
In a window or page, the Multiline property is used to: find out and modify the "Multiline" option of an Edit control. find out and modify the "Multiline" option of a column in a Table control. In a report, the Multiline property is used to determine and change the "Multiline" option of a control....
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......
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
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.
ExceptionEnable (Function)
Re-enables the current exception process if the exception was corrected.
StringBuild (Function)
Builds a character string from an initial string and parameters.
MemOut (Function)
Used to find out whether the browse performed on a memory area is outside this memory area.
ControlPrevious (Function)
Specifies the name of control that was in edit before the current control.
HDeleteView (Function)
Deletes a previously created view. This function uses the former view mechanism.