ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Distributing Reports & Queries
This help page presents the operations that must be performed in order for a WINDEV application to be handled by Reports & Queries......
Log (Function)
Calculates the decimal logarithm of a numeric value.
SecurePassword (Variable type)
The SecurePassword type is a structured type used to obtain a secure, hashed and salted password.
Ln (Function)
Calculates the Napierian logarithm (reverse of exponential) of a numeric value.
Functions for managing arrays (prefix syntax)
List of functions for managing arrays...
HFSQL Client/Server functions
Several HFSQL functions are used to manage the HFSQL Client/Server data......
BitwiseOR (Function)
Returns the result of the bitwise OR operation performed between two values.
BitwiseNOT (Function)
Returns the result of a bitwise NOT operation performed on a value.
14. Distribute Reports and Queries with your applications
WINDEV Tutorial - Reports and Queries Distribute Reports and Queries with your applications - 10 min
Table
The "Table" keyword can correspond to...
PopupDisplay (Function)
Displays a popup in a page with a DDW effect (Dim Disabled Windows).
BitwiseXOR (Function)
Returns the result of the bitwise exclusive OR operation performed between two values.
TitleHeader (Property)
The TitleHeader property is used to: Get the title and aspect of a column title-header (Table or TreeView Table control). Get the number of column title-headers (Table or TreeView Table control). Change the title and aspect of a column title-header (Table or TreeView Table control)....
<Table>.AddTitleHeader (Function)
Adds a column title-header into a Table or TreeView Table control in a window.
Thread execution
At runtime, an application runs in a main thread......
HOpenConnection (Function)
Opens a connection to a specific database.
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
BitwiseAND (Function)
Returns the result of the bitwise AND between two values.