ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Source>.CheckStructure (Function)
Defines the mode for comparing tables.
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)....
Aliases on tables: HAlias function
The aliases are used to handle......
<Connection variable>.RegenerateFile (Function)
Regenerates a table from its log.
LogFile (Property)
The LogFile property is used to determine if a data file is a log file.
CompositeKey (Property)
The CompositeKey property determines if an item is a composite key.
<Source>.SetMemo (Function)
Used to modify the management mode of memo items.
<Source>.ChangeLocation (Function)
Modifies the search mode of physical tables (.FIC, .NDX, ...).
CtInitialCatalog (Property)
The CtInitialCatalog property is used to get the default database defined for the access.
<Source>.SetLog (Function)
Enables or disables log management on a file.
Creating and testing a query with parameters
Regardless of the query type (Select, Insert, Delete, Update) and regardless of its creation mode (with the wizard or by SQL directly), you have the ability to use parameters. The name of the parameter is specified when creating the query....
<Connection variable>.ListGroup (Function)
Returns the list of groups of users defined for a connection.
<Window>.ToSource (Function)
Automatically initializes: the values of a table's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....