ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

FinDecreasingRedemption (Function)
Calculates the amortization value of a good over a specific period of time, via the formula for fixed-rate decreasing amortization.
iPrintXLS (Function)
Prints the current worksheet of a document in "xlsx" or "xls" format.
fExeDir (Function)
Returns the directory from which the execution is started.
The matrices
WINDEV, WINDEV Mobile and WEBDEV propose several functions used to handle matrices......
Window for quick selection
You are searching for a project element? You only know part of its name? Press [CTRL]+[E] to open the quick selection window......
MouseYPos (Function)
Used in a mouse or stylus event (click code, hover code, left or right button pressed code, etc.), returns the vertical position (Y) of the mouse cursor in relation to the field or window in question.
Managing parallel tasks
The computers are becoming more and more powerful......
xlsMergeCell (Function)
Merges the specified cells in an Excel document.
xlsUnmergeCell (Function)
Unmerges a range of cells.
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
Project Management Hub: Management of incidents
The Project Management Hub allows you to keep a history of the incidents encountered in your applications......
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
<Command variable>.ReadErrorOutput (Function)
Reads error output data, for the command executed in console mode.
CmdWriteStandardInput (Function)
Writes data to the standard input of the command executed in console mode.
Functions for handling commands in console mode
Functions for handling commands in console mode....
<Command variable>.WriteStandardInput (Function)
Writes data to the standard input of the command executed in console mode.
CmdReadErrorOutput (Function)
Reads error output data, for the command executed in console mode.
The "Context-sensitive code view" pane
The "Context-sensitive code view" pane allows you to view and edit the code of the element (window, page, report, control, etc....
TriState (Property)
The TriState property is used to: Determine if a check box option supports 3 or 2 states. Determine if a TreeView control uses 3-state or 2-state check boxes. Change the type of an option in a check box: option with 3 states or with 2 states....
Gesture variable
The Gesture variable is used to retrieve the gesture parameters (swipe)......
Diagram editor (WEBDEV): Features
The Diagram Editor control includes many features accessible via......