ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HListConnection (Function)
Returns the list of connections currently described in the application.
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
HInfoUser (Function)
Updates the variables for user management with the information regarding the specified user.
FilteredItem (Property)
The FilteredItem property is used to identify the item that has a filter implemented by HFilter.
CompositeKey (Property)
The CompositeKey property determines if an item is a composite key.
HToItem (Function)
Assigns the specified value to an item of the current record.
CtAccess (Property)
The CtAccess property is used to set the type of access to the data file when connecting to a specific table via OLE DB.
CtInitialCatalog (Property)
The CtInitialCatalog property is used to get the default database defined for the access.
CtOLEDBProvider (Property)
The CtOLEDBProvider property is used to get and set the name of the OLE DB provider (also called OLE DB server).
CtUserName (Property)
The CtUserName property is used to set the username that will be used when connecting to a specific table via OLE DB.
CtDescribedUserName (Property)
The CtDescribedUserName property is used to set the username that will be used when connecting to a specific table via OLE DB.
LogFile (Property)
The LogFile property is used to determine if a data file is a log file.
InitialFile (Property)
The InitialFile property is used to get the original name of the data file associated to an item in a query.
NbComponent (Property)
The NbComponent property is used to get the number of elements in a composite key.
ModificationRule (Property)
The ModificationRule property is used to configure the modification rule (integrity management) to be applied to the data file described in the code.
DeletionRule (Property)
The DeletionRule property is used to configure the deletion rule (integrity management) to be applied to the data file described through programming.
InitialItem (Property)
InitialItem is used to find out the initial name of an item found in a query. This name is known from the alias of this item.
DefaultValue (Property)
The DefaultValue property is used to: Find out the default value of an item. This item was defined in the data model editor or through programming. Define the default value of an item (when describing the item through programming)....
<Connection variable>.ListGroup (Function)
Returns the list of groups of users defined for a connection.
<Connection variable>.ListUser (Function)
Returns the list of users defined for a connection.
<Connection variable>.InfoGroup (Function)
Returns information about the specified group of users.
<Connection variable>.InfoTask (Function)
Returns the characteristics of a scheduled task in a hScheduledTask variable].
<Connection variable>.ModifyUser (Function)
Modifies the information about a user according to the elements found in the corresponding variables for user management.
<Source>.CheckStructure (Function)
Defines the mode for comparing data files.
<Source>.ChangeLocation (Function)
Modifies the search mode of physical data files (.FIC, .NDX, ...).