ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ODBCSQLCode (Property)
ODBCSQLCode is used to: Find out the SQL code of the "query performed on a connection" (data source of report). Modify the SQL code of the "query performed on a connection" (data source of report)....
HAdd (Example)
Usage example of the HAdd function
HExtractMemo (Example)
Usage example of the HExtractMemo function
HChangeDir (Function)
Changes the path to a table (i.e. directory in which the file will be handled).
HCreation (Function)
Creates an empty table (file extension ".FIC") with index file, full-text index file and memo file if required.
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
HDeclareExternal (Function)
Temporarily imports into the current database schema the description of a table from an existing HFSQL table.
ODBCConnectionName (Property)
The ODBCConnectionName property is used to: Identify the name of the ODBC connection used when printing a report based on a "query performed on a connection". Specify the name of the ODBC connection used when printing a report based on a "query performed on a connection"....
ODBCDatabaseName (Property)
ODBCDatabaseName is used to: Find out the name of the database used when printing a report based on a "query performed on a connection". Specify the name of the database used when printing a report based on a "query performed on a connection"....
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....
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
HOpen (Function)
Opens a table.
HGetCurrentPosition (Function)
Returns the approximate position of current record in the table.
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a table
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
HListDatabase (Function)
Lists the Client/Server databases associated with a connection....
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.