ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<sshSession variable>.SCPGetFile (Function)
Gets a file via the Secure Copy Protocol.
<sshSession variable>.SCPSendFile (Function)
Transfers files via the Secure Copy Protocol.
iBorder (Function)
Prints a border at specified coordinates.
Print functions
List of print functions...
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
iImageWidth (Function)
Calculates the width of the image to print (in millimeters).
The Scrollbar control
...The Scrollbar control is used to scroll objects (text, captions, etc....
PythonInitialize (Function)
Specifies the location of the Python DLL to be loaded.
iSkipLine (Function)
Forces one or more line break.
SCPSendFile (Function)
Transfers files via the Secure Copy Protocol.
SCPGetFile (Function)
Gets a file via the Secure Copy Protocol.
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
iTextWidth (Function)
Calculates the width (in millimeters) of the text to print, according to the specified font.
iReset (Function)
Reinitializes the print settings (margins, font, paper format, orientation, ...) stored in the print library.
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
iPrintBodyComplement (Function)
Forces a body complement block to print while specifying the height of complement block.
WINDEV 2024
WEBDEV 2024
iNewLine (Function)
Prints a line (in Windows standard, with a rounded end) at specified coordinates.
iCreateFont (Function)
Creates a new print font.
iVLine (Function)
Prints a vertical line at specified coordinates.
RestartProgram (Function)
Ends the application and restarts it.