ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Duration type>.ToString (Function)
Converts a duration to a character string in the specified format.
<List Box>.SelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
<List Box>.DeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
Glossary
The glossary lists all the abbreviations used in the code editor......
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a table
<Code Editor>.Compile (Function)
Compiles the WLanguage code displayed in the Code Editor control and displays any errors.
CodeEditorCompile (Function)
Compiles the WLanguage code displayed in the Code Editor control and displays any errors.
<List Box>.Count (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
EmulateCombo (Function)
Emulates one of the following actions on a Combo Box control: click on the button to expand the list of the Combo Box control. select an element in a Combo Box control....
Dynamic instantiation of a .NET object
A .NET object can be dynamically associated with a .NET class, we talk of dynamic instantiation of object....
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.
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)....
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)....
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)....
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)....