ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iHLine (Function)
Prints a horizontal line at specified coordinates.
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.
iReportPrintingStatus (Function)
Returns the status of the current print.
iLine (Function)
Prints a line at specified coordinates.
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
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.
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....
fAddText (Function)
Adds the content of a character string at the end of a file.
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....
How to create two linked cascading tables?
This help page explains how to create two linked cascading Table controls in a window or page....
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......
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
How to write into a text or CSV file?
This help page explains how to write into a text or CSV file....
fSize (Function)
Returns the size of a file (in bytes).
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....