ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating nested reports
Sending faxes with WINDEV and WEBDEV
To send faxes from an application or from a site, WINDEV and WEBDEV propose several functions allowing you to send faxes via the system fax server available in Windows XP and Windows 2000......
<Source>.LockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
<Source>.Free (Function)
Transforms the crossed records (HCross) into deleted records.
HFree (Function)
Transforms the crossed records (HCross) into deleted records.
Record (Type of variable)
The Record type is used to save the values of a record.
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
iParameterDuplicate (Function)
Configures the automatic creation of the duplicate copy generated during the next print.
Creating user accounts
A User account allows the server administrator to......
iPrintBodyComplement (Function)
Forces a body complement block to print while specifying the height of complement block.
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)....
InitialHeight (Property)
The InitialHeight property is used to: Find out the creation height of a control or window. Modify the base height used to anchor the controls "in height". Find out the creation height of a block or control in a report....
<Source>.Add (Function)
Add: 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)....
<Source>.Read (Function)
Reads a record in a file according to a given record number.
HRead (Function)
Reads a record in a file according to a given record number.
Global procedure/function
A global procedure can be used in all the processes or events of the project....
Handling an automatic test
When an automated test is created, this test is in "construction" by default......
Step 4: Starting the print
To start the print job, simply use iEndPrinting......
Alignment options
To optimize the alignment of controls in a window, page or report, you have the ability to use the alignment options......
Share your projects via Git
Git is a source code manager......
Using a query with parameters
A query with parameters can be used......
GestureCurrentPointer (Function)
Returns the pointer index (finger or stylus) that triggered the call to a process specific to the multi-touch feature in an Image control.
Importance (Property)
The Importance property is used to get and change the importance level of an appointment.
HSave (Function)
Modifies the current record if it exists, otherwise adds a new record.
<Source>.TransactionFree (Function)
Transforms all "in transaction" records into "Normal" records if they do not belong to an ongoing transaction.
<Source>.Save (Function)
Modifies the current record if it exists, otherwise adds a new record.