ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MinAutoID (Property)
The MinAutoID property is used to get the minimum automatic identifier of a replicated data file.
HComputer (Function)
Stores a unique computer number or identifier in order to use the log and transactions over the network.
NewRecord (Property)
The NewRecord property is used to determine if the record is a new record or if it comes from the data file.
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 to a specific table via OLE DB.
CtDatabase (Property)
The CtDatabase property is used to set the OLE DB data source when connecting to a specific table via OLE DB.
CtDescribedDatabase (Property)
The CtDescribedDatabase property is used to set the OLE DB data source when connecting to a specific table via OLE DB.
CtDescribedCaption (Property)
The CtDescribedCaption property is used to get and set the caption of the connection to the OLE DB data source.
CtDescribedPassword (Property)
The CtDescribedPassword property allows you to set the password used to open the data file in an OLE DB connection (file defined in the code only).
CtCursorOptions (Property)
The CtCursorOptions property is used to get the type of cursor used when connecting to an external database.
CtDescribedOLEDBProvider (Property)
The CtDescribedOLEDBProvider property is used to get and set the name of the OLE DB provider (also called OLE DB server).
MaxAutoID (Property)
The MaxAutoID property is used to get the maximum automatic identifier of a replicated data file.
<Connection variable>.AddUser (Function)
Adds a user to a database.
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 in the data model editor or through programming). define the log mode used for a data file (when the file is described through programming)....
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 in the analysis.
OperationLogDirectory (Property)
The OperationLogDirectory property is used to manage the directory of the operation log file associated with a data file.
ReplicationDirectory (Property)
The ReplicationDirectory property is used to manage the directory of replication files (".RPL" or ".RPM").
Replication (Property)
The Replication property is used to: determine the replication mode used for a data file (defined in the data model editor or programmatically). specify the replication mode used for a data file (file described programmatically only)....
PunctuationSensitive (Property)
The PunctuationSensitive property is used to determine if punctuation characters (comma, period, etc.) are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
Text (Property)
Text is used to find out whether an item is a text item.
KeyType (Property)
The KeyType property is used to set the characteristics of a key item.
SortType (Property)
The SortType property is used to: Find out the sort direction defined for an item or for a component of a composite key. This item was defined in the data model editor or programmatically. Define the sort direction for an item or for a component of a composite key (when describing the item through programming)....