ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iPrintReport (Example)
Usage example of the iPrintReport function
H.SQLServerMode (Variable)
Allows you to specify the version of the Native SQL Server Connector that will be used.
EmailImportHTML (Function)
Imports, into the Email structure or into an Email variable, the content of an HTML file in order to send it by email.
RepeatableReadSupported (Property)
The RepeatableReadSupported property is used to: Determine if the data file (defined in the data model editor or programmatically) can be used in HFSQL Client/Server in a transaction that includes a "Repeatable Read" isolation mode. Allow the use of a transaction that includes a "Repeatable Read" isolation mode for a data file (files described programmatically only)....
StringToDate (Function)
Converts a date in character string format to a date in YYYYMMDD format.
sysNotificationButton (Type of variable)
The sysNotificationButton type is used to define all the advanced characteristics of Button control in an interactive notification.
HErrorIntegrity (Function)
Used to check whether an integrity error occurred.
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......
LDAPSession structure
The LDAPSession structure is a preset structure of WLanguage (no declaration is required)......
sysNotificationInput (Type of variable)
The sysNotificationInput type is used to define all the advanced features of an input control, such as a text input or combo box control, in an interactive notification.
LDAP constants
List of constants used by the LDAP functions....
BTLEConnect (Function)
Used to connect to a Bluetooth Low Energy device.
sInExitQueue (Function)
Retrieves the number of bytes waiting to be transferred in the output buffer of the specified serial port or parallel port.
EpochToDateTime (Function)
Converts a date and a time in Epoch format (number of time units since 01/01/1970 at 00h00 UTC) to a local datetime....
Document (Type of variable)
The Document type is used to handle a "docx" document.
httpResponse (Type of variable)
The httpResponse type is used to get the advanced characteristics of the response of the HTTP/HTTPS request....
Positioning table
Positioning the elements in a page is simplified by the use of a positioning table (HTML table)......
Upload control properties
The Upload control can be handled in server code and in browser code by the WLanguage properties......
The Line control
A Line control is used to display a line in a page......
HErrorPassword (Function)
After the execution of a read or write function in a data file, used to find out whether an error caused by a wrong password occurred on this data file.
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
TextWidth (Function)
Calculates the width (in pixels) of the text displayed in an edit control, in a Combo Box control or in a Static control.
TextHeight (Function)
Calculates the height (in pixels) of the text displayed in an edit control, in a Static control or in a Combo Box control.
The Flex control
The Flex control is used to display a Flash® animation created by a Flex editor in a WEBDEV page......
MyReport (Reserved word)
MyReport is used to handle the current report...