ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
iColumnEnd (Function)
Forces a column break in a multi-column report.
7. Multilingual applications in practice
Toolbar control properties
List of properties associated with the Toolbar control...
UUID (Type of variable)
The UUID type is used to easily manage: UUIDs or GUIDs, automatic UUID HFSQL identifiers, identifiers for COM/Automation objects and interfaces, ......
fCreate (Function)
Creates an external file.
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program execution...
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
How to loop through a file using filters?
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
Events associated with a Ribbon control
The events associated with the Ribbon controls and groupings are:...
MyControl (Reserved word)
The MyControl keyword represents the control that holds the process being executed.
Spreadsheet control in a window
The spreadsheet is one of the most often used business tools. The Spreadsheet control is used to include a spreadsheet in your WINDEV windows....
SQL statements
The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows......
Project Management Hub: Spool of requests
The Project Management Hub is used to define spools of requests......
Custom telemetry
Custom telemetry allows you to define the elements that will be included in the analytics......
Comparison operators
The comparison operators can be divided into several categories......
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
fWrite (Function)
Writes: a character string into an external file. a memory section....
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
GPSFollowMovement (Function)
Requests to be notified periodically of the device's current location....
Managing the automatic identifiers when adding a record
When adding a record into a HyperFileSQL file (HAdd), three management modes are available for the automatic identifiers......
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.
sRead (Function)
Reads a character string in the entry buffer of the specified serial port.
WDMap: Overview
WDMap is a tool used to view and handle a data file while developing an application......
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....