ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NbMemoItem (Property)
The NbMemoItem property is used to get the total number of memo items in a record of: a file described in the data model editor, a file described through programming, an HFSQL view, a query....
Enlarging a window
Modern UIs generally use larger windows and larger fonts in the different controls......
RoundFloor (Function)
Returns: the numeric value rounded down to the nearest integer. the duration rounded down to the nearest interval. the date and time rounded down to the nearest interval....
FinDecreasingRedemption (Function)
Calculates the amortization value of a good over a specific period of time, via the formula for fixed-rate decreasing amortization.
The Signature control
The Signature control is a report control used to sign......
Use a calendar to enter dates
WDInst: configuring the characteristics of the file setup
WDInst is used to configure the installation of files......
Configuring the connection with WDORAINS (optional setting)
For backward compatibility with the earlier versions of Native Oracle Connector (also called Native Oracle Access), the connection can still be configured in WDORAINS (supplied with Native Oracle Connector)......
The "Quality Control Center" pane
The "Quality Control Center" pane displays the incidents associated with the selected project......
TwainToPDF (Function)
Allows you to: save the document coming from the Twain device in a PDF file. view the document coming from the Twain device in the user interface of device. save the document coming from the Twain device directly in memory in PDF format (in a buffer)....
XMLLast (Function)
Positions on the last element (tag or attribute) of the current tree level.
TimeValid (Function)
Checks the time validity.
XMLFirst (Function)
Positions on the first element (tag or attribute) in the current tree level.
dbgEndMemoryDiff (Function)
Saves a memory dump containing the memory resources that have been allocated and that have not been freed since the previous call to dbgStartMemoryDiff.
<Source>.SeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
Automatic features of edit controls
Edit controls provide multiple automatic features available in all the controls of your applications without writing a single line of code......
Error 31: The file to include is not found. Check the name and path ...
Step 2: Creating print fonts
This step allows you to define and choose the different fonts that will be used in the printed document......
Binding a Scrollbar control to an item
A scrollbar can be bound to an item in a data file, query, etc....
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes an automatic documentation for the procedures (or class methods)......
HFSQL Control Center: HFSQL Client/Server backups
The HFSQL Control Center is used to manage the backups of HFSQL Client/Server data files......
ReplicEdit: Taking the analysis modifications made into account
When modifying the analysis of a replicated application (add an item, a file, ......
Managing bar codes
The use of bar codes to identify and manage products has become essential......
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
Zombie procedures
In most cases, old code contains procedures that are used but that do no longer match the current quality standard......