ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HRecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON format.
HFree (Function)
Transforms the crossed records (HCross) into deleted records.
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
HCheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found in the data file (.FIC file).
HCancelSeek (Function)
Cancels the current search criterion.
HDeclare (Function)
Declares a description of data file (found in an analysis) in the current project.
HListQueryParameter (Function)
Returns the list of parameters for a query created in the query editor.
<Drive variable>.DeleteDirectory (Function)
Deletes a directory and its files from a remote drive.
HUnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
HRetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
HInfoMemo (Function)
Returns the characteristics of binary and text memos.
Help about new features: Letting users know about changes
Applications are constantly evolving......
ocrTextBlock (Type of variable)
The ocrTextBlock type is used to define and identify all the advanced characteristics of a text block read by the native OCR system.
ocrOption (Type of variable)
The ocrOption type is used to define all the general options of the native OCR (Optical Character Recognition) system.
Page menu
WEBDEV allows you to create a drop-down menu in your HTML pages......
dpDriveConnect( Function)
Create a connection to an Drive Dropbox.
<Variable Drive>CreateFile (Function)
Creates a file on the remote disk.
Managing short URLs automatically
For the standard dynamic sites (with context), the access to the site can be done via a "standard" URL:...
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......
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
FOR EACH/FOR ALL statement (browse of combinations)
The FOR EACH statement is used to browse the available values in the combinations.