ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HCross (Function)
Crosses a record in a data file.
<Source>.DeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
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).
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
HReadSeek (Example)
Usage example of the HReadSeek function
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ... a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.)....
HForward (Example)
Usage example of the HForward function
HSetPosition (Example)
Usage example of the HSetPosition function
<Source>.ChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
Managing HFSQL Client/Server databases
The HFSQL Control Center allows you to fully manage HFSQL Client/Server databases......
HLinkMemo (Example)
Usage example of the HLinkMemo function
HExtractMemo (Example)
Usage example of the HExtractMemo function
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
HOpenConnection (Example)
Usage example of the HOpenConnection function
HPrevious (Function)
Positions on the previous file record according to a browse item.
OAuth2Parameters (Type of variable)
The OAuth2Parameters type is used to define the information required to authenticate on a web service implementing the OAuth 2.0 standard.
HCreateView (Example)
Usage example of the HCreateView function
Handling a report (in the editor)
Once a report was created, the description of this report can be modified at any time......
HRead (Function)
Reads a record in a file according to a given record number.
Creating a report
The report editor allows you to easily create all types of reports via a wizard......
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).
Managing HFSQL Client/Server files
The HFSQL Control Center allows you to fully manage HFSQL Client/Server data files......
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).