ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Connection variable>.ModifyUser (Function)
Modifies the information about a user according to the elements found in the corresponding variables for user management.
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)....
SQLFirst (Function)
Positions on the first row of the query result.
<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].
LogFile (Property)
The LogFile property is used to determine if a data file is a log file.
SQLLast (Function)
Sets the position on the last row of the query result.
<Connection variable>.RegenerateFile (Function)
Regenerates a data file from its log.
<Source>.ChangeLocation (Function)
Modifies the search mode of physical data files (.FIC, .NDX, ...).
<Source>.CheckStructure (Function)
Defines the mode for comparing data files.
<Source>.SetLog (Function)
Enables or disables log management on a file.
<Source>.SetMemo (Function)
Used to modify the management mode of memo items.
HHistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can be displayed in a list box or in a table to allow the user to view the modifications made to the specified file.
CtExtendedInfo (Property)
The CtExtendedInfo property is used to get the additional information inserted into database connection string.
HCloseAnalysis (Function)
Closes the current analysis.
HRead (Function)
Reads a record in a file according to a given record number.
HDelete (Function)
Deletes a record from a data file (query or view).
<Connection variable>.NotifAddCCRecipient (Function)
Adds recipients for the notifications sent via the Control Centers (WDBal messaging tool).