ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WLanguage functions available for a report
Most WLanguage functions can be used in the events of a report (created with the report editor)......
Positioning table
Positioning the elements in a page is simplified by the use of a positioning table (HTML table)......
fTime (Example)
Usage example of the fTime function
Orientation (Property)
The Orientation property is used to: Get the angle (in degrees) of a Font variable. Modify the angle (in degrees) of a Font variable....
HRecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON format.
HAlias (Example)
Usage example of the HAlias function
WinEdLoad (Function)
Loads the changes made by the end user in a window.
Image detection management constants
Calculates the width (in millimeters) of the text to print, according to the specified font....
iPreview (Function)
Configures the print destination.
HAddUser (Function)
Adds a user to a database.
User (Property)
The User property is used to manage the user of a connection (HFSQL Client/Server, OLE DB, etc.)....
HOpen (Function)
Opens a table.
zipCompressionLevel (Function)
Changes the compression level used when creating an archive in ZIP format or in 7z format.
RegistryCreateKey (Function)
Creates a key in the Windows registry.
iImageWidth (Function)
Calculates the width of the image to print (in millimeters).
iImageHeight (Function)
Calculates the height of the image to print (in millimeters).
FTPGet (Example)
Usage example of the FTPGet function
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
HReadLast (Example)
Usage example of the HReadLast function
AnsiToUnicode (Function)
Converts: an ANSI string (Windows) to a UNICODE string. a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string....
GridlinesVisible (Property)