ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The List Box control
The List Box control is used to display a list of elements and to select one or more elements from this list......
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
Permission (Type of variable)
The Permission type represents a permission requested by the application (and therefore declared in the manifest).
Adding files into a replication (ReplicEdit)
When the replication is described, the data files must be added into the replication......
OpenMobileWindow (Function)
Opens a window in a mobile application.
sParameter (Function)
Defines or modifies the parameters for configuring the specified serial port, parallel port or infrared port.
iSelectFont (Function)
Creates a new print font from the standard window for font selection...
Enumeration (Type of variable)
An enumeration is a set of values......
fUnlock (Function)
Entirely or partially unlocks an external file.
ScreenToFile (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
BreakAdd (Function)
Adds a break into a Table or Looper control.
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data......
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.
jQueryExecute (Function)
Runs a JavaScript method of the jQuery library on a page element.
BurnerCompilationInfo (Function)
Retrieves the characteristics of current compilation.
TestCheck (Function)
Writes a result into the status report of a test according to the result of a boolean expression.
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users of the computer between all the TSE users This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store: the files for the general configuration of the application (.INI files, .XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....
ExecuteUpdateUI (Function)
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol. This function is kept for backward compatibility.
TableDeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed in a Combo Box control) with an animation.
Automated test created by the user
WINDEV allows the user to record a test scenario in order to send it to the quality service or to the developer......
ToolbarVisible (Property)
The ToolbarVisible property is used to: know if the toolbar or the ribbon is displayed in a control. show or hide the toolbar or the ribbon in a control....
Activity diagram
An activity diagram represents the behavior of a method or the flow of a use case......
FontStrikeOut (Property)
The FontStrikeOut property is used to: Determine if the text displayed is struck through. Apply strikethrough formatting (or not) the text displayed in a control....
Start of Document block
The Start of document block is printed once at the beginning of the report execution......