ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Composite variable
A composite variable contains different types of elements (members)...
Declaring and using a variable
A variable is defined by name and type...
Checkers available in the code editor
The code editor proposes several tools used to correct the code...
Assignment operators
Three assignment operators are available...
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc.
IsNumeric (Function)
Enables you to find out whether a variable or a control is:
  • a numeric (integer, real, currency or numeric).
  • a string that can be converted into numeric.
Constant
The constants are language elements whose value is fixed once and for all...
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler...
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...
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
AppointmentToiCalendar (Function)
Exports an appointment or a list of appointments in iCalendar format.
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.