ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HSetPosition (Example)
Usage example of the HSetPosition function
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code....
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
HReadSeekFirst (Example)
Usage example of the HReadSeekFirst function
HReadLast (Function)
Sets the position on the last record of a table according to a browse item.
HLinkMemo (Example)
Usage example of the HLinkMemo function
HCreateView (Example)
Usage example of the HCreateView function
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
HAdd (Example)
Usage example of the HAdd function
HExtractMemo (Example)
Usage example of the HExtractMemo function
HRead (Function)
Reads a record in a file according to a given record number.
HCreationIfNotFound (Function)
Performs the following operations: If the table doesn't exist, create an empty table (file with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary. The function is equivalent to HCreation. If the table exists, opens the table....
Project description: Tables tab
The project description window allows you to configure various elements of your project......
HPrevious (Function)
Positions on the previous file record according to a browse item.
Type (Property)
The Type property is used to get: the type of element (table or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).