ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The different types of variables
The different types of variables are......
Hour (Property)
The Hour property is used to: Get the time from a variable of type Time or DateTime, or the number of hours from a variable of type Duration. Change the time in a variable of type Time or DateTime, or the number of hours in a variable of type Duration. Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item. Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item....
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
<Array>.DeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from the advanced array property (array of gglCalendar events, ...). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
BitmapInfo (Function)
Retrieves the characteristics of an image file or the characteristics of a PDF file : format, width and height, number of bits per pixel....
The charts
To include charts in your applications or in your sites, WINDEV, WEBDEV and WINDEV Mobile include......
External language: Programming in C++ (WDWDIAL interface)
This third method uses the notion of class inheritance to simplify the interfacing between a C++ application and WINDEV......
Format (Property)
The Format property is used to identify and change the format of an element
NoteTitle (Property)
The NoteTitle property is used to: Get the title of the notes used in the technical documentation of a control, window, page or report. Change the title of the notes used in the technical documentation of a control, window, page or report....
Report viewer: "Preview" tab
The report viewer allows end users to view reports before printing them......
User Groupware and multilingual application/site
If your application is a multilingual application, the multilingual feature must also be managed in the windows/pages of user groupware......
jQueryExecute (Function)
Runs a JavaScript method of the jQuery library on a page element.
User Groupware and Native Connector files
An application that works with the User Groupware can be used with a database handled by a Native Connector......
Configuring the "fax server" computer
WINDEV and WEBDEV allow you to manage faxes via the system fax server, available in Windows XP and Windows 2000......
iPageNum (Function)
Returns or initializes the number of the page currently printed.
iNestedHeaderFooter (Function)
Prints (or not) the page headers and footers of nested report.
PageParameter (Function)
Returns the value of a parameter passed to the current page.
PageNumber (Property)
The PageNumber property gets and sets a page number.
PageSubmit (Function)
Validates the specified page and starts the execution of a button.
Advanced dialog boxes
The advanced dialog boxes are windows allowing you to communicate with the user......
PageWidth (Property)
The PageWidth property gets and sets the width of a page.
PageHeight (Property)
The PageHeight property gets and sets the height of a page.
iPageEnd (Function)
Forces the move to the next page during the report print.
ControlDelete (Function)
Permanently deletes a control from a window, page or report.
PopupClose (Function)
Hides a popup displayed in the page via PopupDisplay.