ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Site (Property)
The Site property is used to get the SaaS site associated with: a SaaSService variable a SaaSPricing variable...
Partial indexing of memos
You now have the ability to index the content of a text memo item......
MVP: Simple single-file example: Table + Linked file
Let's see a simple and illustrated example about the use of MVP to create a Table window with its linked form......
AlternativeText (Property)
The AlternativeTextproperty is used to get and edit the alternative text of controls in a page.
grPrint (Function)
Prints a chart.
MarkdownToDOCX (Function)
Converts a Markdown string to a DOCX file.
PVTCalculateAllAsynchronous (Function)
Entirely calculates or recalculates a Pivot Table control, without blocking the application.
PDFSign (Function)
Adds an approval signature to an existing PDF.
GeometryCross (Function)
Compares two geometries and determines if their intersection spatially crosses.
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable control.
AuthToken (Property)
The AuthToken keyword can correspond to: an AuthToken variable. a property of an httpRequest variable. a property of an emailIMAPSession variable. a property of an emailSMTPSession variable....
HashCheckFile (Function)
Checks the Hash of a file for a specific type of algorithm.
StrikeOut (Property)
The StrikeOut property is used to: Determine whether the strikethrough formatting is applied to a Font variable. Apply strikethrough formatting to a Font variable....
Option,Space (External language)
Fills the content of WdString with space characters on the right.
InKioskMode (Function)
Indicates whether the Android application is in kiosk mode.
Formatting (Property)
The Formatting property describes the formatting of an element.
CellDisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary: the number of digits in the integer part. the number of digits in the integer part and in the decimal part....
HourglassNetwork (Function)
Shows or hides an infinite progress bar in the title bar of Android application windows. This function is no longer available from version 2024....