ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Sub-query
A sub-query is a query whose result is used by another query...
<Chrono>.Resume (Function)
Resumes a stopwatch previously stopped by <Chrono>.Fin or <Chrono>.Pause.
MinAutoID (Property)
The MinAutoID property is used to get the minimum automatic identifier of a replicated data file.
PasswordProtected (Property)
The PasswordProtected property is used to determine if a datafile is password-protected.
Memo (Property)
The Memo property is used to determine if an item is of type memo.
ChronoReset (Function)
Stops and resets a running stopwatch.
GenerationNumber (Property)
The GenerationNumber property is used to get the generation number of the physical data file associated with the logical data file.
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
Creating a branch
A branch is used to create a copy of the current project in order to perform modifications, additions, etc....
HComputer (Function)
Stores a unique computer number or identifier in order to use the log and transactions over the network.
Text (Property)
Text is used to find out whether an item is a text item.
Numerical (Property)
Numerical is used to find out whether an item is a numeric item.
MaxAutoID (Property)
The MaxAutoID property is used to get the maximum automatic identifier of a replicated data file.
Abbreviation (Property)
The Abbreviation property gets the abbreviation of a data file. This abbreviation is defined in the data model editor when defining the data file. This property is read-only.
Index (Property)
The Index property indicates the physical index (physical order) of an item in a record.
DateTimeToString (Function)
Converts a DateTime to string in the specified format.
Binary (Property)
The Binary property is used to determine if an item is binary.
HModifyGroup (Function)
Modifies the group information according to the elements found in the corresponding variables for group management.
SQLColumnFormat (Function)
Returns the different types of columns supported: by the data source identified by SQLConnect by the database accessed by a specific connection (connection described in the analysis or described by HDescribeConnection or HOpenConnection)....
Creating a WINDEV Mobile project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Aliases on data files: HAlias
The aliases are used to handle......
HAddGroup (Function)
Adds a group of users.
HResetUser (Function)
Initializes the structure for user management (HUser) with the default values.
NbThumbnail (Property)
The NbThumbnail property is used to get the number of thumbnails generated for an item.
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
HAddUser (Function)
Adds a user to a database.