ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
ContactDelete (Function)
Deletes the current contact: from a Lotus Notes or Outlook address book. from the list of contacts on the phone (Android, iPhone or iPad, Universal Windows)....
TourGuideStop (Function)
Stops the specified tour or the tour in progress.
<GuidedTour>.Stop (Function)
Stops the specified tour or the tour in progress.
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
<Chrono>.Pause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
HDeleteBackup (Function)
Deletes a backup previously created with HBackup.
HAddTask (Function)
Adds a scheduled task on the server defined by the connection.
ContactCreate (Function)
Displays the window for contact creation of the native application for contact management found on the device (Android, iPhone or iPad, Universal Windows).
SaaSAdminDeleteService (Function)
Deletes a SaaS service.
BCCapture (Function)
Decodes the information stored in a bar code by using the device camera (Android, iPhone, iPad).
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
dSaveImageTIFF (Function)
Saves an image in TIFF format into a file or memory.
Handling Organization Chart controls programmatically
HErrorLock (Function)
Used to check whether a lock error occurred.
HDescribeConnection (Function)
Describes a new connection to an external database.
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...
FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...
<Kanban>.DeleteCard (Function)
Deletes a card from a Kanban control or from a Kanban List 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.
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)....