ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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).
HFTListWord (Function)
Lists the words of the current record that will be taken into account by the full-text indexing.
Managing short URLs automatically
For the standard dynamic sites (with context), the access to the site can be done via a "standard" URL:...
The Social Network control
The "Social network" control is a toolbar containing icons used to establish the link to the main social networks of the Web......
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity......
ocrOption (Type of variable)
The ocrOption type is used to define all the general options of the native OCR (Optical Character Recognition) system.
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
HExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL table, from a query or from an HFSQL view into a physical file (on disk).
Class diagram
A class diagram describes the structure of a system via classes and the relationships among them......
WINDEV and the communication streams (audio, sound)
To handle the communication streams, WINDEV includes......
Time (Type of variable)
The Time type is used to easily handle the times...
HDescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL table.
HErrorModification (Function)
Used to: return the value of a record item if a modification conflict occurs. check if a modification conflict occurred....
Anchoring applied to window controls
The windows of a WINDEV application can be resized at runtime......
HSetDuplicates (Function)
Enables or disables the management of duplicates on a unique key.
HInfoFile (Function)
Returns the characteristics of an HFSQL Classic or Client/Server table....
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)....
HUnlockFile (Function)
Unlocks the records of a table: locked by HLockFile. individually locked by a locking read function....
Generating a class diagram
The generation is used to create the WINDEV classes ("......
Year (Property)
The Year property is used to: Get the year from a Date or DateTime variable or item. Change the year in a Date or DateTime variable or item....