ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

OpenAsynchronous (Function)
Opens a window whose result will be retrieved via a WLanguage procedure ("callback").
PermissionList (Function)
Returns one or all the permissions declared by the application.
<Variable pdfDocument>ToText (Function)
Extract the text contained in an Document PDF.
HIndex (Function)
Rebuilds the file index (".NDX" file).
ComponentInfo (Function)
Returns information about a component.
GuidedTourStep (Type of Variable)
The GuidedTourStep type allows you to define all the advanced characteristics of a step of a guided tour.
Constants for managing arrays
List of constants used by the functions for array management....
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text displayed in a Static control or in a calculated control of a report. a text displayed in a window control. a text displayed in a page control....
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
CertificateList (Function)
Returns the list of certificates available on the computer.
ParallelTaskRequestCancellation (Function)
Requests the cancellation of a parallel task.
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
<gglConnection variable>.ListDocument (Function)
Retrieves the list of documents available on the Google server for the current user.
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
EmailImportSource (Function)
Populates an Email variable using the content of its Source property or the different variables of the email structure using the content of the Email.Source variable.
ArrayInsert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
ArraySort (Function)
Sorts a WLanguage array.
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
Handle (Function)
Returns the system "Handle" (HWND) of a WINDEV control or window.
SystemIntegerToInteger (Function)
Converts a system integer to a 4-byte integer.
NFC constants
List of constants used by the NFC functions...
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
MatExist (Function)
Checks the whether the matrix exists in memory.
ScreenFirst (Function)
Defines the next control that will be in edit in the current window.
InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....