ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NoteCreate (Function)
Creates a Repositionable Note control in the curernt window through programming.
13. Generation modes
ConsoleWrite (Function)
Writes a character string in the standard output stream "stdout" (also called "console").
ConsoleError (Function)
Writes a character string in the standard error output stream "stderr".
iSkipLine (Function)
Forces one or more line break.
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
Optional events: Information retrieved (Java and Android)
WINDEV and WINDEV Mobile allow you to add optional events to the ones proposed by default for the different application elements......
iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
StackInfo (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
QueueInfo (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
Note (Property)
The Note property is used to: Find out the notes associated with a control, a window, a page or a report. Modify the notes associated with a control, a window a page or a report....
iCurrentFile (Function)
Returns the name of the file currently generated.
LooperCount (Function)
Returns the number of rows in a Looper control.
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
Get (External language)
Retrieves the value of a control.
<redisConnection>.Set (Function)
Changes the value of a key on a Redis server.
LanguageToCharset (Function)
Returns the character set corresponding to a language.
Error 1035: A class used in a structure must have a constructor without parameter...
<Queue variable>.Info (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
<Stack variable>.Info (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
The Range Slider control
The Range Slider control is used to easily select an interval or a zoom......
iCloseReport (Function)
Stops printing the current report immediately.
Error 1036: A class used in an array must have a constructor without parameter
On/Off button in a window
The on/off button is a button that operates like a check box......