ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

spIterationCount (Property)
The spIterationCount property is used to: Get the iteration count of the hash algorithm used for an item of type "Password". This property can be used for items of type "Password" defined in the data model editor or programmatically. Sets the iteration count of the hash algorithm used for an item of type "Password" (only for "Password" items described programmatically)....
<Source>.ChangeDir (Function)
Changes the path to a table (i.e. directory in which the file will be handled).
spHash (Property)
The spHash property is used to: Get the algorithm used for salting an item of type "Password". This property can be used for items of type "Password" defined in the data model editor or programmatically. Set the algorithm used for salting (only for "Password" items described programmatically)....
spLength (Property)
The spLength property is used to: Get the hash output length. This property can be used for items of type "Password" defined in the data model editor or programmatically. Set the hash output length (only for "Password" items defined programmatically)....
spDerivation (Property)
The spDerivation property is used to: Get the key derivation function used to hash an item of type "Password". This property can be used for items of type "Password" defined in the data model editor or programmatically. Set the key derivation function used for hashing (only for "Password" items defined programmatically)....
Managing duplicates in the TreeView controls
WINDEV and WEBDEV allow you to add duplicates into the elements of a TreeView control......
HExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL file, a query or an HFSQL view to a physical file (on disk).
3. Site development life cycle
HChangeConnection (Function)
Dynamically changes the connection associated with a data file.
CameraStartDecoding (Function)
Starts decoding bar codes in a Camera control.
<Source>.ChangeConnection (Function)
Dynamically changes the connection associated with a table.
<Connection variable>.TransactionStart (Function)
Starts a transaction on the tables (HFSQL or accessed via Native Access) and creates the transaction table.
<Source>.SetTransaction (Function)
Enables or disables the management of transactions for one or more files.
<Source>.TransactionFree (Function)
Transforms all "in transaction" records into "Normal" records if they do not belong to an ongoing transaction.
HInfoItemRights (Function)
Gets the rights granted to a user or group on an item.
HSetTransaction (Function)
Enables or disables the management of transactions for one or more files.
xlsDocument (Variable type)
An xlsDocument variable is used to describe and modify an Excel document...
Functions for handling commands in console mode
Functions for handling commands in console mode....
FontName (Property)
The FontName property is used to: Identify the font used in a control. Change the font used in a control....
spMatchesDescription (Property)
The spMatchesDescription property determines if the parameters (key derivation function, hash algorithm, iteration count and output length) of the item of type "Password" in the data file match the parameters described programmatically or in the analysis.