ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDAdminHF: Managing the data files
The remote HFSQL administrator proposes a full management of the HFSQL Client/Server databases......
Automatic Drag and Drop
For some types of controls, WINDEV and WEBDEV propose an automatic management of Drag and Drop....
3. Data handled by a WINDEV Mobile application
The data handled by a WINDEV Mobile application can come from...
DataBinding (Property)
The DataBinding property is used to identify and change the binding between a control and: an item in a data file. a variable. several variables....
<Table>.Save (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
Report viewer: "Export" tab
The "Export" pane in the report viewer allows you to perform the following operations......
Error 17: OTHER CASE must be the last statement used in SWITCH
Error 16: Incompatible CASE
Android: Conditions for using the Map control
Up to WINDEV Mobile version 180046, the Google Maps API library was required to use a Map control in an Android application......
Num1stDayOfTheWeek (Property)
The Num1stDayOfTheWeek property gets and sets the 1st day of the week displayed in: a Calendar control. an Organizer control. a Scheduler control. an edit control in Date format with Calendar....
<Source>.CancelDeclaration (Function)
Allows you to: Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the data file is no longer recognized by the HFSQL engine. Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery)....
Diagram Editor (WEBDEV): Features
The Diagram Editor control includes many features accessible via......
HCancelDeclaration (Function)
Used to: Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the data file is no longer recognized by the HFSQL engine. Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery)....
<ANSI String type>.Right (Function)
Extracts the right part (i.e., the last characters) from a string or buffer.
Multi-product external components
Components are a remarkably useful tool for development teams......
TabOpen (Function)
Opens a new pane in a Dynamic Tab control.
EmulatePaneUndock (Function)
Emulates the undocking of a pane in a dynamic Tab control.
<Tab>.Open (Function)
Opens a new pane in a Dynamic Tab control.
Operations performed on use case diagrams
The following paragraphs explain......
Installing the HFSQL Server module
Cherche les éléments d'un noeud HTML correspondant à une balise....
MandatoryInput (Property)
The MandatoryInput property is used to determine if a control is required and to enable or disable the required data input.
13. Print: Reports
WINDEV reports...
BitcoinCoreBlockCount( Function)
Returns the size of the blockchain known by the Bitcoin node (i.e. the number of blocks created since January 3, 2009). This makes it possible, for example, to calculate the approximate date of the next halving.
4. When to use the debugger?
Sorts in a report
The sort is used to organize the information displayed in the report......