ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BrowserRunApp (Function)
Opens the default Web browser of the current device.
AAF: Sort on the columns of a Table control
WINDEV allows the user to easily sort the columns of a Table control....
FTPAttribute (Example)
Usage example of the FTPAttribute function
Document (Type of variable)
The Document type is used to handle a "docx" document.
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
Cookie (Type of variable)
The Cookie type is used to handle the cookies transmitted in the HTTP requests.
WBSetup: Managing additional languages
The "WBSetup" project corresponds to the standard setup program of WEBDEV sites......
HTML (Property)
The HTML property is used to: find out whether the current report is printed in HTML mode. manage the HTML type of a Static control found in a report....
WEBDEV administrator: Setups
The "Setups" tab allows you to configure the different administration features of the WEBDEV server......
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
dLine (Example)
Usage example of the dLine function
Constants for managing character strings
List of constants used by string management functions...
OpenIDParameters (Type of variable)
The OpenIDParameters type is used to define all the advanced features of an authentication for OpenID.
CaseSensitive (Property)
The CaseSensitive property is used to determine if the different searches performed on the item distinguish between uppercase and lowercase characters (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
MatFloatAdd (Function)
Adds a value to each matrix element.
MarkdownToDOCX (Function)
Converts a Markdown string to a DOCX file.
BTChangeVisibility (Function)
Changes the visibility of a Bluetooth radio.
MaVisiteGuidée
The Variable MyGuidedVisit allows handle the current guided tour. The variable Ma GuidedTour allows you to know the characteristics of the variable of type GuidedTour used.
sEvent (Function)
Branches an event on a serial port.
dRectangle (Example)
Usage example of the dRectangle function
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
Point (Type of variable)
A Point variable is a structured type that is used to represent a position (X, Y) in 2 dimensions.
iPrintAreaRTF (Function)
Prints rich text format (RTF) in a rectangular area.
Marker (Type of variable)
The Marker type is used to define the characteristics of a marker that must be positioned on a map displayed in a Map control.