ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NbRecRead (Property)
NbRecRead is used to find out the number of records read: selected both by the source of the report AND by the filter code (if it exists).
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
RTFToText (Function)
Returns the text without the formatting characteristics specific to the RTF format.
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
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)....
HDescribeConnection (Example)
Usage example of the HDescribeConnection function
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.
WEBDEV layouts
A layout allows you to define several views of a page without duplicating it......
Native DB2 Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native DB2 Connector......
FinRedemption (Example)
Usage example of the FinRedemption function
SQLModify (Function)
Modifies the content of a row in the query result.
Composite keys
A composite key is a key item containing several other items......
Filter
The Filter keyword can correspond to: the Filter function. the Filter property....
BCDecode (Function)
Decodes the information stored in a QR Code bar code.
docStyle (Type of variable)
The docStyle type is used to define the advanced characteristics of a style belonging to a document, a paragraph or a document fragment.
Setups while taking the Push into account
The setup while taking the Push into account is used to deploy an application on all the client computers of a network from a single management computer......
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....
9. Generation modes
WINDEV Mobile includes different types of generation......
zipExtractPath (Example)
Usage example of the zipExtractPath function
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
WINDEV Mobile Generator of skin templates: Customizing the elements
The WINDEV Mobile generator of skin templates is used to generate the necessary files for creating a custom WINDEV Mobile skin template......
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......
Note (Property)
The Note property is used to: Find out the notes associated with a control, a window, a page or a report. Modify the notes associated with a control, a window a page or a report....
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable......
DisplayedValue (Property)
The DisplayedValue property returns the value currently displayed in the control of a window or page.