ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
The RTF control (Report editor)
The "RTF" (Rich Text Format) control is used to display a formatted character string in your report......
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)....
hbResultScan (Type of variable)
The hbScanResult type is used to define all the advanced characteristics of the result of an iteration performed in an HBase database.
New Features brochure - Version 27: New WEBDEV features
New features in WEBDEV 27 presented in the New Features brochure....
Gantt Chart functions
The following WLanguage functions are used to manage the Gantt charts......
FinRedemption (Example)
Usage example of the FinRedemption function
SQLModify (Function)
Modifies the content of a row in the query result.
Keyboard shortcut on a button (AAF)
In an application developed with WINDEV, the user has the ability to implement a keyboard shortcut on a button......
Zombie data files and items
During the life of an application, items live and die......
Generating the LDM from the CDM
To associate a CDM (Conceptual Data Model) with a project, you must generate the associated LDM (Logical Data Model)......
Defining specific character sets in HFSQL data files
When an application is used to display or save data in HFSQL files, this data is entered in the current language......
Screen,First (External language)
Indicates the name of the first editable control or the name of the next control that must be in edit.
Vocabulary linked to replication
Before implementing the replication, you must be familiar with the vocabulary specific to the replication.
The Internal Page control
The "Internal Page" control is used to include a page (and its code) in a control of another page......
RTFToText (Function)
Returns the text without the formatting characteristics specific to the RTF format.
Page templates
WEBDEV allows you to create page templates......
Translating programming messages
When developing a multilingual application, you can translate the different messages displayed to the user (messages displayed by Info and YesNo, for example....
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control......
RightIndent (Property)
The RightIndent property is used to get and change the space to the right of the text in a control.
zipExtractPath (Example)
Usage example of the zipExtractPath function
DocInsert (Function)
Inserts an object into a Word Processing document or replaces the content of the current fragment. The objects that can be used are: an element, a document, a paragraph, a text, an image, a fragment....
CtDescribedOLEDBProvider (Property)
The CtDescribedOLEDBProvider property is used to get and set the name of the OLE DB provider (also called OLE DB server).
Result of a query in test mode
After its execution in test mode (see Running the query test), the result of the query can be......