ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

EmailImportSource (Function)
Populates an Email variable using the content of its Source property or the different variables of the email structure using the content of the Email.Source variable.
WinStatus (Function)
Identifies or modifies the window status.
JSONXMLConverter (Variable type)
The JSONXMLConverter type is used to define all the advanced characteristics of the conversion of an XML object to JSON (or conversely) via XMLToJSON and JSONToXML).
HConvertX (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
fShortName (Example)
Usage example of the fShortName function
InfoWithTimeout (Function)
Displays an information message in a system information window for a set amount of time
Notification (Type of variable)
The Notification type is used to handle the local notifications or the push notifications.
StringDeleteDuplicate (Function)
Removes duplicates among substrings of a string, based on one or more separators.
Validating a page from a control that has no action on the server (List Box control, Combo Box, etc.)
By default, the validation of a page must be performed by a "Send the values of controls to the server (Submit)" button......
Automated tests of procedures and classes
The automated tests of procedure or class are used to test the different features proposed by the procedure or by the class......
PageEndStick (Property)
The PageEndStick property is used to: Determine the page footer should be right below the last block. Change the page footer block options....
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
URI (Type of variable)
The URI (Uniform Resource Identifier) type identifies physical or abstract resources (e.g. files or Web pages).
ParentObject (Function)
Identifies the "parent" of a graphic object: control, column, window, page, ...
Logical operators
The logical operators are as follows......
HBuildKeyValueANSI (Function)
Regardless of the platform used, the data stored in the HFSQL files is in ANSI format.
WinOutWidth (Function)
Returns the full width of a window.
zipOpenRAR (Example)
Usage example of the zipOpenRAR function