ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
dCopy (Function)
Copies an image to another image.
<Image variable>.Copy (Function)
Copies an image to another image.
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
HCreateMovableReplica (Function)
Creates a movable replication.
Installing a WEBDEV cluster
A WEBDEV cluster is a set of servers (or server farm)......
Creating a table in a report
Tables can be created in a report......
HSetMemo (Function)
Used to modify the management mode of memo items.
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
Creating the executable and the setup program
WINDEV Tutorial - Deploying an application Creating the executable and the setup program - 30 min
H.NumRec (Variable)
Contains the number of the physical record loaded in memory (which means the number of the last record read).
14. Distribute Reports and Queries with your applications
WINDEV Tutorial - Reports and Queries Distribute Reports and Queries with your applications - 10 min
HSetPosition (Function)
Sets the position on a record, based on the approximate position of one of its items.
External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......
Handling Organizer controls programmatically
Organizer controls can be handled programmatically....
FillType (Property)
The FillType property is used to determine the type of source used to populate Table, List Box, ListView, Combo Box and Looper controls.
HSetDuplicates (Function)
Enables or disables the management of duplicates on a unique key.
BTLEGetACharacteristic (Function)
Retrieves the characteristic of a Bluetooth Low Energy service corresponding to the specified identifier (UUID).
<btleService variable>.GetACharacteristic (Function)
Retrieves the characteristic of a Bluetooth Low Energy service corresponding to the specified identifier (UUID).
NextTitle (Function)
Modifies the title of next window to open.
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
WINDEV, WEBDEV, Android or iOS external component
An external component is a set of WINDEV, WEBDEV or WINDEV Mobile elements......
Select query description window: Items that can be used
HUnlockRecNum (Function)
Unlocks a record locked by: HLockRecNum, a read function used with a locking parameter (HRead associated with the hLockWrite or hLockReadWrite constant for example)....