ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

iReportPrintingStatus (Function)
Returns the status of the current print.
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).
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.
The Spin control
A Spin control is used to increase or reduce a value found in a control......
iLine (Function)
Prints a line at specified coordinates.
iHLine (Function)
Prints a horizontal line at specified coordinates.
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
BufferToInteger (Function)
Extracts an integer from a binary buffer at a given position.
fAddText (Function)
Adds the content of a character string at the end of a file.
BufferToReal (Function)
Extracts a real from a binary buffer at a given position.
fBuildPath (Function)
Builds a complete file path from the directory and short name of a file. This function is mainly used to get a valid file name without having to worry about the presence of separators in the path ('/' or '\') or about their direction according to the platform....
fDelete (Function)
Deletes a file accessible from the current computer.
fMoveDir (Function)
Moves a directory and its content.
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
<DiskFile variable>.Size (Function)
Returns the size of a file (in bytes).
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....
ChangeSkinTemplate (Function)
Dynamically changes the skin template: of all windows found in the current application, of the windows found in the WINDEV components used by the application, of a specific window found in the project....
Programming the looper attributes
All the looper attributes can be handled by programming......
User report editor (Reports & Queries)
A report provides a custom view of data......
How to write into a text or CSV file?
This help page explains how to write into a text or CSV file....
How to create two linked cascading tables?
This help page explains how to create two linked cascading Table controls in a window or page....