ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HSavePosition (Function)
Stores the current file context (current record, filter, pointers).
HFree (Function)
Transforms the crossed records (HCross) into deleted records.
Text (Property)
The Text property is used to get and modify text.
HOptimizeQuery (Function)
Optimizes the Select queries by using idle times when handling an application (period without processes).
FileToMemory (Function)
Automatically initializes the values of the members of a structure or class with the values of the items of the current record.
Native Informix Connector: Specific features and remarks
Remarks and specific features of Native Informix Connector...
HSetDuplicates (Function)
Enables or disables the management of duplicates on a unique key.
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)....
Log-based replication
The replication is the operation allowing you to keep updated remote databases of identical structures on which several operations are performed......
H.NumRec (Variable)
Contains the number of the physical record loaded in memory (which means the number of the last record read).
Journalized replication: Programming journalized replication in WLanguage
Several WLanguage functions allow you to include log-based replication in your application and to customize it......
Windows
The windows represent the main interface of a WINDEV application......
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in data-bound controls.
Record (Variable type)
The Record type is used to save the values of a record.
MariaDB Native Connector: Features and notes
This page presents the main aspects and requirements of the Native MariaDB Connector......
HRestorePosition (Function)
Restores the previously saved context of a file (function HSavePosition): record in progress, filter, playback pointers.
FullTextIndex description (Variable type)
A FullTextIndex description variable is used to describe one or more full-text indexes programmatically.
MySQL Native Connector: Features and notes
Remarks and specific features of the Native MySQL Connector...
FocusOnClick (Property)
The FocusOnClick property is used to: Determine if a control gains focus when clicked. Allow or prevent a control from gaining focus when clicked....
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
2. Managing a database
WEBDEV Tutorial: My first WEBDEV website Lesson 2 - Managing a database - 30 min
HSuggestKeyStart (Function)
Starts collecting information on executed queries.