ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ocrOption (Type of variable)
The ocrOption type is used to define all the general options of the native OCR (Optical Character Recognition) system.
13. External component in practice
External component in practice...
diagShape (Type of variable)
The diagShape type is used to define all the advanced characteristics of the original shape used in a diagram.
Constants for managing MongoDB databases
Constants used by the Mongoxxx functions...
HSetDuplicates (Function)
Enables or disables the management of duplicates on a unique key.
MatTranspose (Function)
Calculates the transposed matrix.
VerticalAlignment (Property)
The VerticalAlignment property gets and changes the vertical alignment of a control.
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
FTPListFile (Example)
Usage example of the FTPListFile function
Edit control properties
You can manipulate Edit controls in a window, page or report using the following WLanguage properties......
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability to import a WINDEV window into a WINDEV Mobile project......
BurnerCancel (Function)
Cancels the current burn process.
MatInvert (Function)
Calculates the inverse of a square matrix.
MapAddShape (Function)
Adds a new shape (polygon, line, circle) to the map displayed in a Map control.
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
PageParameter (Function)
Returns the value of a parameter passed to the current page.
MatReadLine (Function)
Reads the value of all elements found in a matrix row.
AnchorRateHeight (Property)
The AnchorRateHeight property is used to: Find out the vertical anchor rate of a control. Modify the vertical anchor rate of a control....
OpenMobileWindow (Function)
Opens a window in a mobile application.
Dashboard control properties
A Dashboard control can be handled in a window by the following WLanguage properties......
AnchorRateRight (Property)
The AnchorRateRight property is used to: Find out the anchor rate when a control moves on the horizontal axis. Modify the anchor rate when a control moves on the horizontal axis....
HDescribeConnection (Function)
Describes a new connection to an external database.
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
Starting WDOptimizer in a command line