ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

IF statement
The conditional IF statement allows you to run an action according to a condition...
TreeExpand (Function)
Expands a node in a TreeView control.
PDFToText (Function)
Extract the text contained in an Document PDF.
Spelling checker in the interface
WINDEV, WEBDEV and WINDEV Mobile allow you to use the OpenOffice spelling checker in your interfaces...
gLink (Function)
Adds an "invisible" value into an element found in a List Box or Combo Box control. Function kept for compatibility. It is recommended to use gStoredValue....
xlsMsgError (Example)
Usage example of the xlsMsgError function
Background download
Starting with version 27, files can be downloaded in the background, using the system download manager......
Content (Property)
The Content property is used to read or write the whole content of a control: List Box populated programmatically, Combo Box populated programmatically, Spreadsheet....
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
Looper: moves and gestures
In a mobile application, several options can be handled with the fingers, by performing specific movements......
HTML Display control processes
WINDEV and WINDEV Mobile include different WLanguage events associated with HTML Display Controls......
DotNetRunXML (Function)
Runs a procedure on a server for .Net XML Web services.
StatStandardDeviation (Function)
Calculates the standard deviation for a series of values.
Library,Disk (External language)
Opens the project library that is stored on disk.
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting company......
PageAddress (Function)
Used to find out the Internet address of a page.
Editing the WEBDEV style sheet
WEBDEV allows you to manage all the WEBDEV styles used in a project......
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...
HCross (Function)
Crosses a record in a data file.
Width (Property)
The Width property gets and changes the width: of a control or block in a report. of a control (found in a window), window, column found in a table or column found in a list box (including listview). of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not....
J2EERunXML (Function)
Runs a procedure on a server of J2EE XML Web services.
REP files
REP files contain the list of data files handled by the application....
TreeCopyItem (Function)
Copies an element (leaf or node) into a TreeView control.
TreeMoveItem (Function)
Moves an element (leaf or node) in a TreeView control.
Automatic error handling
Error handling can be customized for each process......