ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Table,Add (External language)
Adds an element to a Table control.
The Scrollbar control
...The Scrollbar control is used to scroll objects (text, captions, etc....
iPrintImage (Function)
Sends the image file to print to the print buffer.
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
iEllipse (Function)
Prints an ellipse (in a rectangle).
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
iPrintWord (Function)
Sends the character string passed in parameter to the print "buffer".
iDidotFont (Function)
Selects the unit that will be used for the height of the fonts (created by iCreateFont): DIDOT point or PICA point.
iReportPrintingStatus (Function)
Returns the status of the current print.
iLine (Function)
Prints a line at specified coordinates.
iHLine (Function)
Prints a horizontal line at specified coordinates.
The Toolbar control
The Toolbar control is an advanced type of control, linked to a window......
Spreadsheet control in a report
The spreadsheet is one of the most often used business tools. You have the ability to create reports that print the data found in a spreadsheet....
iImageHeight (Function)
Calculates the height of the image to print (in millimeters).
iLastFile (Function)
Returns: the full name of the last file generated during the print (PDF, RTF, text, ...). the list of created duplicate files....
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
fDirRename (Function)
Renames a directory.
fShortName (Function)
Returns the short name of a file or directory.
WDBal messaging: Reading messages
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily read the incoming messages......
Programming the looper attributes
All the looper attributes can be handled by programming......
fCompress (Function)
Compresses a file.
String functions (prefix syntax)
The following functions are used to handle strings, using prefix syntax:
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
BufferToHexa (Function)
Converts a buffer to a hexadecimal string (e.g.,: "4A 5B 00").
Creating an application using the RAD methodology
The RAD (Rapid Application Development) is a technology used to easily create a full application (or site)......