ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

1. What is the WEBDEV administrator used for
InDays (Property)
The InDays property is used to convert a Duration variable to days.
Multilingual feature in the controls (window, page, report)
In a multilingual application or site, the multilingual feature is proposed for the following elements......
Handling Word Processing controls programmatically
Word Processing controls can be handled programmatically......
Items used in a select query
A query created in the query editor can contain several types of items......
Memory (Property)
The Memory property determines if the specified control is populated programmatically or is based on a data file.
SynchroHFSQL (Property)
The SynchroHFSQL property is used to: get the refresh mode of a Table control based on a data file linked to an HFSQL Client/Server data file. specify the refresh mode of a Table control based on a data file linked to an HFSQL Client/Server data file....
Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in controls based on a data file.
Manager of automated tests
The test manager is used to......
LatestDateCovered (Property)
The LatestDateCovered property is used to get the date of the last selected record. This property can be used on: a sfSeekUpdatedResult variable. a sfSeekDeletedResult variable]....
Content of the Table control
A Table control can be based on a data file, based on a variable or populated programmatically......
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts......
Sort order of records found in a select query
To make the result of a query easier to read, the records can be sorted according to one or more items......
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......
BankHolidayAdd (Function)
Indicates that a day (or a list of days) is a public holiday.
Managing main window menus
A main menu is necessarily associated with a window......
How to manage a multi-selection in a List Box control?
This help page explains how to manage a multi-selection in a List Box control....
Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables......
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
WDAPI: Help about the APIs
WDAPI simplifies the use of Windows APIs in a WINDEV application......
Composite keys
A composite key is a key item containing several other items......
HInitHF55 (Function)
Used to access specific functions for managing xBase (or dBase) data if Native xBase Access provided with WINDEV or WEBDEV 14 is not available.
HListREP (Function)
Returns the list of assignments for the data files handled by the current application, which means the list of physical files corresponding to the files described in the analysis.
Modifying an SVG image (XML functions)
SVG (Scalable Vector Graphics) is a vector image format......