ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WLanguage procedure called by FTPListFile
Procedure ("Callback") called by FTPListFile for each file found.
<Table>.Save (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
USING IN (Critical section)
The statement USING ... IN makes it possible to automatically perform initialization and ending operations on critical sections.
<Chart>.LabelFont (Function)
Modifies the font used for the category labels of a chart.
<Chart>.LegendFont (Function)
Modifies the font used for the chart legend.
<Chart>.TitleFont (Function)
Modifies the font used for the chart title.
<Chart>.AxisTitleFont (Function)
Modifies the font used for the titles of the chart axes.
Redis management functions
The following functions are used to manage a Redis database:...
Functions for managing menus (prefix syntax)
List of functions for managing menus...
<Menu>.InsertMenu (Function)
Inserts a menu before another menu in a window.
<Menu>.InsertOption (Function)
Inserts a new option at a specific position.
<Menu>.InsertSeparator (Function)
Inserts a separator into a menu.
TrustedCertificateAdd (Function)
Adds a certificate to the list of trusted root authorities used to validate certification strings.
AppleID (Type of variable)
The AppleID type corresponds to the identifier resulting from a successful Apple ID authentication.
Events associated with Internal Page controls
List of events associated with internal pages and Internal Page controls
Constants for managing masks
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open a window
InternalWindowPopup (Property)
The InternalWindowPopup property is used to get and modify the name of the internal window used to customize the content of marker popups in a Map control.
OCRExtractText (Function)
Reads the text contained in an image.
OCRExtractTextBlock (Function)
Returns all the text blocks of an image.
OCRDetectTextArea (Function)
Returns all text areas of an image without reading the text.
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
Copying and cloning
Variables are copied using the "=" operator...
OCRLoadLanguage (Function)
Adds a language to the native OCR system.
CameraPhoto (Function)
Captures a photo via a Camera control in an Android or iOS application.