ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing the HFSQL contexts in the windows and in the reports
An HFSQL context contains information relative to the data used...
Remote HFSQL Administrator: Overview
The remote HFSQL administrator is a WEBDEV site installed with the WEBDEV application server and used to remotely manage the HFSQL Client/Server databases installed on the Web server...
DB2 Native Connector: Features and notes
The following paragraphs present the main aspects and specific features of the Native DB2 Connector...
Native Oracle Connector for WINDEV and WEBDEV
WINDEV and WEBDEV offer an optional Native Oracle Connector (also called Native Oracle Access...
Comparison operators
The comparison operators can be divided into several categories...
HQueryExecuted (Function)
Determines if a query has been executed.
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
HListStopWord (Function)
Returns the list of stop words used by a full-text index.
<Source>.QueryExecuted (Function)
Determines if a query has been executed.
Native DB2 Connector for WINDEV and WEBDEV
WINDEV and WEBDEV offer an optional Native Connector to DB2...
HComputer (Function)
Stores a unique computer number or identifier in order to use the log and transactions...
SQLCode (Property)
The SQLCode code property is used to get the SQL code of a query created with the query editor...
NewRecord (Property)
The NewRecord property is used to determine if the record is a new record or if it comes...
Binary (Property)
The Binary property is used to determine if an item is binary.
CtDescribedAccess (Property)
The CtDescribedAccess property is used to set the type of access to the data file when connecting...
CtDatabase (Property)
The CtDatabase property is used to set the OLE DB data source when connecting to a specific table...
<Connection variable>.AddUser (Function)
Adds a user to a database.
CtDescribedDatabase (Property)
The CtDescribedDatabase property is used to set the OLE DB data source when connecting...
CtDescribedCaption (Property)
The CtDescribedCaption property is used to get and set the caption of the connection to the OLE DB...
CtDescribedPassword (Property)
The CtDescribedPassword property allows you to set the password used to open the data file...
CtCursorOptions (Property)
The CtCursorOptions property is used to get the type of cursor used when connecting to an external...
CtDescribedOLEDBProvider (Property)
The CtDescribedOLEDBProvider property is used to get and set the name of the OLE DB provider (also...
CtCacheSize (Property)
The CtCacheSize property is used to determine and change the maximum number of records that can...
MaxAutoID (Property)
The MaxAutoID property is used to get the maximum automatic identifier of a replicated data file.
MinAutoID (Property)
The MinAutoID property is used to get the minimum automatic identifier of a replicated data file.
Index (Property)
The Index property indicates the physical index (physical order) of an item in a record.
LogMethod (Property)
The LogMethod property is used to: find out the log mode used for a data file (file defined...
Memo (Property)
The Memo property is used to determine if an item is of type memo.
PasswordProtected (Property)
The PasswordProtected property is used to determine if a datafile is password-protected.
LogDirectory (Property)
The LogDirectory property is used to manage the directory of the log file described...
OperationLogDirectory (Property)
The OperationLogDirectory property is used to manage the directory of the operation log file...
ReplicationDirectory (Property)
The ReplicationDirectory property is used to manage the directory of replication files (".RPL"...
Replication (Property)
The Replication property is used to: determine the replication mode used for a data file...
PunctuationSensitive (Property)
The PunctuationSensitive property is used to determine if punctuation characters (comma, period,...
Text (Property)
Text is used to find out whether an item is a text item.