ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableSortChild (Function)
Sorts a branch in a TreeView Table control on one or more columns.
HSeek (Function)
Positions on the first record of the data file whose value for a specific item is greater than or equal to a sought value (generic search by default).
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
HRead (Function)
Reads a record in a file according to a given record number.
Events associated with windows
List of events associated with windows...
WDAdminHF: Managing the server
During the connection to the remote HFSQL administrator, you must specify the HFSQL server that will be taken into account......
Translation with Google Translate
WINDEV, WEBDEV and WINDEV Mobile allow you to support up to 64 languages in the same project......
Signature of iOS applications
Signing an application is mandatory from Xcode 8......
The Switch control
Switch controls (also called "Toggle controls") are now commonly used in interfaces......
Font (Type of variable)
A Font variable creates a font programmatically...
Events associated with Image controls
List of events associated with Image controls...
BTListDevice (Function)
Returns the list of accessible Bluetooth devices.
9-slice scaling
The 9-slice scaling allows you to resize the images harmoniously......
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......
3. Managing sockets
WINDEV includes advanced socket management functions....
LooperAddIW (Function)
Adds a row as an internal window at the end of a Looper control populated programmatically.
Modbus
Modbus is a "field" (industrial and/or restricted environments) communication protocol created in 1979......
fExeDir (Function)
Returns the directory from which the execution is started.
BitmapInfo (Function)
Retrieves the characteristics of an image file or the characteristics of a PDF file : format, width and height, number of bits per pixel....
J2EEAddHeader (Function)
Adds a header to the next procedure that will be run on the server.
xlsOpen (Function)
Opens an Excel file (xls or xlsx files).
ErrorPropagate (Function)
Propagates a non-fatal error that can be processed by the calling code if the management of non-fatal errors was enabled for this code (in the code editor or by ErrorChangeParameter).
aiConfigureContourDetection (Type of variable)
The iaConfigureContourDetection type is used to define the parameters of the contour detection function.
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
14. Distribute Reports and Queries with your applications
WINDEV Tutorial - Reports and Queries Distribute Reports and Queries with your applications - 10 min