ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Importing a WINDEV window into a WEBDEV website
The Windows windows developed with WINDEV...
Caption (Property)
In a database, the Caption property is used to: Find out the caption associated with a file item. Find out the caption associated with a data file. Find out and modify the connection caption. In a report, the Caption property is used to: Find out the text displayed in a Static or Link control. Modify the text displayed in a Static or Link control. In a window or page, the Caption property is also used to: Find out and modify the caption of a control in a window or in a page. Find out and modify the caption of a menu option. Find out and modify the title of a window or page. Find out the content of a Breadcrumb control....
Converting an HFSQL Classic database into HFSQL Client/Server
There are two methods to convert HFSQL Classic databases to HFSQL Client/Server in WINDEV, WEBDEV and WINDEV Mobile......
Radio Button control properties
List of properties associated with a Radio Button control...
9. Generation modes
WINDEV Mobile includes different types of generation......
MemoryCurrency (Property)
The MemoryCurrency property is used to get and change the currency used when manipulating a "Currency + Euro" control programmatically.
Multiline (Property)
In a window or page, the Multiline property is used to: find out and modify the "Multiline" option of an Edit control. find out and modify the "Multiline" option of a column in a Table control. In a report, the Multiline property is used to determine and change the "Multiline" option of a control....
MapDeleteAll (Function)
Deletes the following from a Map control: all markers, all shapes, all images....
sComputeCrc16 (Function)
Checks a character string before and after transmission between WINDEV applications and WEBDEVsites.
WinRedraw (Function)
Immediately redraws the window controls for which a graphic update is required.
EmulateWindow (Function)
Indicates the test that will be run during the next window opening.
LockAppTimeout (Function)
Returns or modifies the idle time before a WINDEV application is locked.
Choosing the action associated with the link
You can associate an action with the link regardless of the type of link......
AnimationPlay (Function)
Plays an animation when a control, a group of controls or a window is modified.
ExceptionDisplay (Function)
Displays the standard window of exceptions with the content of the current exception.
DashAddWidget (Function)
Adds and displays a widget (internal window) in a Dashboard control.
SpreadsheetAddFormula (Function)
Adds a calculation formula into a Spreadsheet control found in a window.
SpreadsheetInsertRow (Function)
Inserts an empty row into a Spreadsheet control found in a window.
SpreadsheetSelectPlus (Function)
Selects one or more cells in a Spreadsheet control found in a window.
SpreadsheetSelectMinus (Function)
Deselects one or more cells in a Spreadsheet control found in a window.
SpreadsheetInsertColumn (Function)
Inserts an empty column into a Spreadsheet control found in a window.
geoTrackingEnable (Function)
Enables the management of location tracking in a WINDEV Mobile application.
geoTrackingDisable (Function)
Disables the tracking of user positions for a WINDEV Mobile application.
SpreadsheetSeek (Function)
Seeks a value in the cells of a Spreadsheet control found in a window.
NoteCreate (Function)
Creates a Repositionable Note control in the curernt window through programming.
PanelCreate (Function)
Creates a new Dockable Panel control in the current window.