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
Type (Property)
The Type property is used to get: the type of element (data file or item) defined...
API (Function)
Runs a function found in an external DLL.
CallDLL32 (Function)
Runs a function found in an external DLL.
DriveRecoverFileGgl (Function)
Retrieves an Document from the Google suite present on a Google Drive in the desired compatible...
<Variable gglDrive>RetrieveGglFile (Function)
Retrieves an Document from the Google suite present on a Google Drive in the desired compatible...
<Variable gglDrive>DeleteFile (Function)
Removes a Google Suite file inside a Google Drive.
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP...
AppointmentToiCalendar (Function)
Exports an appointment or a list of appointments in iCalendar format.
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
Token management functions
Token management functions in "Text token" Edit controls....
Handling an Organization Chart control through programming (prefix syntax)
<EmailIMAPSession>.GetAll (Function)
Retrieves all the emails found on an IMAP server.
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive...
<Source>.ChangeConnection (Function)
Dynamically changes the connection associated with a data file.
HModifyGroup (Function)
Modifies the group information according to the elements found in the corresponding variables...
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
HChangeConnection (Function)
Dynamically changes the connection associated with a data file.
zipSplit (Function)
Splits an archive into several sub-archives of a given size.
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location...
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...
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.