ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CameraParameter (Function)
Returns or modifies the value of a parameter for the device camera. Function kept for "Version-26-compatible" Camera controls....
TextToHTML (Function)
Converts text to HTML (carriage returns are replaced by <BR>, accented characters are replaced by their equivalent in HTML, etc.).
How to avoid displaying the URL of WEBDEV pages in the browser?
By default, when the user connects to a site developed with WEBDEV, the address bar of the browser contains an address in the following format......
<zipArchive variable>.InfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
Project comparator
Comparing two windows (two pages, two reports, two classes, ......
ContextClose (Function)
Closes a page context.
TreeSelectCount (Function)
Returns the number of selected elements in a TreeView control (for a multi-selection TreeView control).
WiFiListNetworkCard (Function)
Returns the list of Wi-Fi network cards currently available on the current computer.
<TreeView>.SelectCount (Function)
Returns the number of selected elements in a TreeView control (for a multi-selection TreeView control).
CountryList (Function)
Returns the list of all countries or countries of a given continent according to ISO 3166-1.
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......
Manipulating a Layout control programmatically
A Layout control can be......
ERR_BAD_ACTION
Font (Property)
The Font property is used to Get the identifier of the font used in a control in a report, page or window. Change the font used in a control in a report, page or window....
The Java Applet control
A Java Applet control allows you to easily include Java Applets in your WEBDEV sites......
Easter (Function)
Returns the date of Easter for the specified year according to the western Christian calendar.
Functions for managing objects (External language)
PageBorderVisible (Property)
The PageBorderVisible property is used to: determine if the page borders are displayed in a Diagram Editor control. show or hide the page borders in a Diagram Editor control....
NbLabel (Property)
The NbLabel property is used to: Find out the number of labels printed across the page width. Modify the number of labels printed across the page width....
Properties associated with the rows of a TreeView control
The rows of TreeView controls in a window or page can be manipulated using different WLanguage properties......
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......
Guided Tour
A Guided Tour presents a series of features, displayed in a tooltip in the current window or page......
fExtractPath (Function)
Returns the different elements of a path: disk, directories, name and extension of the file.
PageExist (Function)
Checks whether the specified page is currently displayed in the browser of the Web user. Used to find out whether a page is displayed in a frame other than the current one.
Animating an image
WINDEV, WINDEV Mobile and WEBDEV allow you to handle several types of animated images......