ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Copying controls from the page editor
The controls can be copied from the page editor......
Ellipsis (Property)
The Ellipsis property is used to determine and change the truncation mode with ellipses in: a window control (Static, edit control, List box, Button, Combo box or Static table column). a Static control in a report....
FileToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
HashFile (Function)
Calculates the Hash of a file according to a specific algorithm.
AJAXExecuteAsynchronous (Function)
Runs a server procedure without refreshing the page.
Info (External language)
Displays a dialog box containing an information logo and the message passed in parameter.
DisplayEvenIfNull (Property)
The DisplayEvenIfNull property is used to: Determine whether a row or column in a Pivot Table control is displayed even if it contains no value. Show or hide a row or column in a Pivot Table control if it does not contain any values....
WordCount (Function)
Returns the number of words in a string.
docElementFormula (Type of variable)
The docElementFormula type is used to define the characteristics of a Formula element found in a DocElement variable.
AssistedInput (Type of variable)
The AssistedInput type allows you to define all the advanced characteristics of an autocomplete suggestion.
WordToArray (Function)
Fills an array with the words from a string.
1. Discover WINDEV
WINDEV Tutorial: WINDEV overview Lesson 1 - Discover WINDEV - 5 min
Native Progress Connector: Specific features and remarks
Remarks and specific features of Native Progress Connector......
Hint (Property)
The Hint property gets and sets the hint text displayed when the Edit control is empty.
HTMLFindElementByClass (Function)
Searches for elements whose "class" attribute matches a specific value in an HTML document (or in an HTML node).
docAutoReplace (Type of variable)
The docAutoReplace type is used to define all the advanced characteristics of a string used to automatically replace another string as the user types in a Word Processing control .
diagLibrary (Type of variable)
The diagLibrary type is used to define all the advanced characteristics of a library of preset shapes used by a Diagram Editor control.
pdfBookmark (Type of variable)
The pdfBookmark type is used to define all the advanced characteristics of a bookmark in a PDF document.
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
InputMask (Type of variable)
The InputMask type is used to define all the advanced characteristics of a custom input mask.
HCreateMovableReplica (Function)
Creates a movable replication.
emailSMTPSession (Type of variable)
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple Mail Transfer Protocol) in order to send emails.
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
saasService (Type of variable)
The saasService type is used to define the advanced characteristics of a SaaS service.
Error 116: An array dimension must be an integer value