ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Organization Chart control properties
An Organization Chart control can be handled in a window by the following WLanguage properties......
Help page identifier
To display a specific help page from your WINDEV application, an identifier must be specified for each page found in your help system......
The Date edit control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......
Reverse modeling of inheritances
Your windows or your pages use window, page or control templates, and you want to find out the dependencies between these templates? Simply perform a reverse modeling of inheritances......
Defining specific character sets in HFSQL data files
When an application is used to display or save data in HFSQL files, this data is entered in the current language......
PDFExtractPage (Function)
Extracts a page from a PDF file in a variable of type Image.
Project description: Advanced tab
The project description window allows you to configure various elements of your project......
NotifPushProcedure (Function)
Specifies the WLanguage procedure called when a push notification is received by a WINDEV Mobile application (Android or iOS).
Properties associated with infinite Progress Bar controls
An infinite Progress Bar control can be handled in a window by the following WLanguage properties......
<Word Processing>.ToImage (Function)
Exports a page from a Word Processing control in image format.
<Variable pdfDocument>PageExtract (Function)
Extracts a page from a PDF file in a variable of type Image.
<Document variable>.ToImage (Function)
Exports a page contained in a Document variable in image format.
Handling an Internal Page control through programming
The Internal Page control is used to display an existing internal page......
Simple statements
Map (Function)
Executes a procedure on each element of a source array and returns the results in a WLanguage array.
awProcedureGetAndSendInfo (Function)
Specifies the WLanguage procedure that will be called when receiving information coming from awSendAndGetInfo.
awProcedureGetInfo (Function)
Specifies the WLanguage procedure that will be called when receiving information coming from awSendInfo.
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.
<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.
Error handling WLanguage procedure called by zipExtractDirectory
WLanguage procedure ("Callback") called if an error is encountered when extracting files with zipExtractDirectory.
PageToEmail (Function)
Emails the data found in a page currently displayed in the browser.
<Array>.Map (Function)
Executes a procedure on each element of a source array and returns the results in a WLanguage array.
WLanguage procedure called by SpeechRecognitionTrigger
WLanguage procedure ("callback") called to run the speech recognition started by SpeechRecognitionTrigger.
PDF Reader control properties
You can manipulate PDF Reader controls in a window using the following WLanguage properties......
Handling a Repositionable Note control through programming
A Repositionable Note control can be handled through programming......