ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ocrOption (Type of variable)
The ocrOption type is used to define all the general options of the native OCR (Optical Character Recognition) system.
DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV site from a static page or or from a dynamic WEBDEV page.
MyHostControl (Reserved word)
The MyHostControl keyword is used to handle the WEBDEV Page control from the code of the page it displays.
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
BarCodes (Type of variable)
The BarCodes type is used to handle the information found in a bar code.
ocrTextBlock (Type of variable)
The ocrTextBlock type is used to define and identify all the advanced characteristics of a text block read by the native OCR system.
PageToPHP (Function)
Sends the data found in a page currently displayed in the browser to a PHP server.
BankHolidayList (Function)
Returns the list of the public holidays defined by BankHolidayAdd.
BankHoliday (Function)
Indicates whether a day is a public holiday or not.
PageCloseDialog (Function)
Closes the current page. This page was opened by PageDisplayDialog. A return value can be returned to the calling page.
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
BankHolidayDeleteAll (Function)
Clears the list of all public holidays.
Typing multilingual texts
For a multilingual application, you have the ability to......
<Cell>.CloseDialog (Function)
Hides the Cell control previously displayed in the page via <Cell control>.DisplayDialog.
<Cell>.DisplayDialog (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.
<Source>.ToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Error 1011: To access the global member of the class, use ClassName::MemberName
How to retrieve the bugs or suggestions of my users?
The different Control Centers provided with WINDEV allow you to easily manage the user feedback for your applications......
Project Management Hub: Managing messages
To manage messages in the Project Management Hub, you can use the secure messaging tool included in WINDEV, WEBDEV and WINDEV Mobile......
CellCloseDialog (Function)
Hides a Cell control previously displayed in the page via CellDisplayDialog.
HModifyTask (Function)
Modifies a scheduled task on the HFSQL server defined by the connection.
WDADMINEXE: Managing versions
The "Versions" tab of WDADMINEXE is used to manage from the server the versions installed on the client computers......
Custom properties (WLanguage)
A custom property is a code element with two events......
Creating a help file
WINDEV, WEBDEV and WINDEV Mobile allow you to create a help file and associate it with an application or website......
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.