ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LooperToWord (Function)
Creates a Word file (.RTF) using the data from a Looper control.
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
XMLBuildString (Function)
Retrieves and formats the content of an XML document (created by XMLDocument and modified by the XML functions).
Deployment diagram
A deployment diagram shows the physical layout of the hardware components (nodes) used in a system as well as the association between the executable programs and these components......
FinCurrentVal (Function)
Returns the current value of investment.
Chart control: "General" tab
In all the editors (window, page or report), the "General" tab of the Chart control description window allows you to define the global characteristics of the control......
TableToWord (Function)
Creates a Word file (.RTF) from the data found in a Table or TreeView Table control.
Multitask (Function)
MultiTask is used to: define a timeout, give control back to Windows, give control back to Windows and to WLanguage....
StoreTheConfiguration (Property)
The StoreTheConfiguration property is used to: Determine whether the configuration of the panes in a dynamic Tab control or Ribbon control is automatically saved and restored. Modify the configuration of the panes in a dynamic Tab control or Ribbon control so that it is automatically saved and restored (or not)...
NbLabelCopy (Property)
The NbLabelCopy property is used to: Get the number of copies of identical labels. Change the number of copies of identical labels....
NbCopy (Property)
The NbCopy property is used to determine and change the number of report copies to print.
HFilter (Function)
Defines and enables a filter on a data file, view or query.
FinFutureVal (Function)
Returns the future value of an investment.
FinRepayVal (Function)
Returns the amount of each regular payment for an investment with fixed interest rate and fixed payment.
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
Enlarging a window
Modern UIs generally use larger windows and larger fonts in the different controls......
Multi-page print
A report can be very wide, with a width exceeding the width of a paper sheet......
HDescribeConnection (Function)
Describes a new connection to an external database.
SaaSAdminFindPricing(Function)
Finds a SaaS pricing.
SaaSAdminListPricing (Function)
Lists the pricing of a SaaS site.
FinPeriodInterest (Function)
Calculates for a given period the amount of interests due for a loan paid off by fixed periodic payments with a fixed interest rate.
HConnect (Function)
Redefines one or more connection parameters via Native Connector (Access, SQL Server, MySQL or Oracle) or via an OLE DB access on a specific table or set of tables.
Error 1011: To access the global member of the class, use ClassName::MemberName
Declaring a procedure/a function
The different syntaxes for declaring a procedure...