ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Service variable
The Service variable is used to...
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
HReset (Function)
Initializes:
  • one or all variables of file items with their default values.
  • one or all items of a Record variable with their default values.
Assignment operators
Three assignment operators are available...
<Source>.Reset (Function)
Initializes:
  • one or all variables of file items with their default values.
  • one or all items of a Record variable with their default values.
WLanguage types
The different types in WLanguage are...
Advanced types
The advanced types of WLanguage are as follows
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...
SaaSAdminDeleteService (Function)
Deletes a SaaS service.
BCCapture (Function)
Decodes the information stored in a bar code by using the device camera (Android, iPhone, iPad).
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
dSaveImageTIFF (Function)
Saves an image in TIFF format into a file or memory.
Handling Organization Chart controls programmatically
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores,...
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...
spDerivation (Property)
The spDerivation property is used to: Get the key derivation function used to hash an item...
spLength (Property)
The spLength property is used to: Get the hash output length. This property can be used...
spIterationCount (Property)
The spIterationCount property is used to: Get the iteration count of the hash algorithm used...
spHash (Property)
The spHash property is used to: Get the algorithm used for salting an item of type "Password"....
spAge (Property)
The spAge property gets the time elapsed since the password was last changed.
KanbanDeleteCard (Function)
Deletes a card from a Kanban control or from a Kanban List control.
<Toast>.Display (Function)
Displays a "Toast" message.
DriveListeFileGgl (Function)
Lists files from the Google suite (Google Docs, Google SpreadSheets, etc.) present in a Google...
DocRedo (Function)
Restores the last undone action on a Word Processing document.
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.