ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dbgStandardOutput (Function)
Writes an information into the standard output stream "stdout" (also called "console").
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
fWriteLine (Function)
Writes a line to a text file (ANSI or Unicode).
<Table>.InputSearch (Function)
Enables input in the search area in the column title of the Table or Treeview Table control.
Name (Property)
The Name property is used to get the name of an element.
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
HDeleteParameter (Function)
Deletes a parameter previously saved by HSaveParameter.
LooperSelect (Function)
Returns the index of the selected element in a Looper control.
FileToMemory (Function)
Automatically initializes the values of the members of a structure or class with the values of the items of the current record.
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
Manipulating Web Component controls programmatically
Declares the default color and style for lines, rectangles, circles, etc. contained in an Image field....
NumberInWords (Function)
Converts a number to words.
BurnerList (Function)
Returns the list of burners installed on the current computer.
HLoadParameter (Function)
Reads a parameter that was saved from a stored procedure by HSaveParameter.
SIPVisible (Function)
Displays the keyboard.
FinPaymentNb (Function)
Returns the number of payments required to pay off a capital according to a given rate.
LooperSort (Function)
Allows you to: Sort a Looper control according to one or more attributes. Sort a Looper control on all its attributes. Cancel a sort that was performed beforehand (which means ignore the sort)....
OpenMobileWindow (Function)
Opens a window in a mobile application.
HLast (Function)
Sets the position on the last record of a table according to a browse item.
Control (Variable type)
The Control type is used to define the characteristics of a control.
dText (Function)
Draws a text: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....