ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Report>.InitReportVerso (Function)
Initializes the parameters of a report to be printed on the verso side of another report.
iInitReportVerso (Function)
Initializes the parameters of a report to be printed on the verso side of another report.
ScreenSize (Function)
Returns the size (in inches) of the diagonal of the screen on the device where the application is run.
ExtendedInfo (Property)
The ExtendedInfo property is used to get additional information: about a data file accessed by a Native Connector or HFSQL Client/Server. about an item accessed by a Native Connector or HFSQL Client/Server. about a connection. In this case, this property is equivalent to CtExtendedInfo....
Creating a translation file
WDINT allows you to create a translation file....
ArrayUnionAll (Function)
Returns an array corresponding to the union of two arrays (without deleting duplicates). Warning: This feature is only available from WINDEV Suite SaaS 2025 Update 2. For more details, see Use the new features of WINDEV Suite SaaS 2025....
<Array>.UnionAll (Function)
Returns an array corresponding to the union of two arrays (without deleting duplicates). Warning: This feature is only available from WINDEV Suite SaaS 2025 Update 2. For more details, see Use the new features of WINDEV Suite SaaS 2025....
Unalterable data files
This feature is used to signal that a data file cannot be modified after writing......
Performance profiler
The performance profiler (also called Profiler) is used to check and optimize the execution time of your application......
Materialized view
Using new features exclusive to WINDEV Suite SaaS in a project
Version 2025 Update 1 introduces various new features specific to SaaS version......
Control template
A control template is a set of controls that can be re-used in several windows or pages......
Uploading and downloading files on Internet (WINDEV FTP and RPC)
Several methods can be used to upload and download files by Internet......
The log process
...A log is a special file that contains the history of all changes made to one or more data files over a given period of time (date the file was created, last automatic data modification, last backup created with WDLog, etc.)...
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
<Table>.Adjust (Function)
Adjusts the title and size of columns found in a Table or TreeView Table control.
<zipArchive variable>.Split (Function)
Splits an archive into several sub-archives of a given size.
Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.
TableAdjust (Function)
Adjusts the title and size of columns found in a Table or TreeView Table control.
zipSplit (Function)
Splits an archive into several sub-archives of a given size.
Margin (Property)
The Property HEX@ allows you to define the size of a HEX@ , for example around a text.
NoLeftCharacter (Function)
Returns a string after removing the specified characters from the left side of the initial string.