ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CheckAnyTrue (Function)
Returns True if at least one element of an array is True.
dbgConnect (Function)
Used to connect a remote debugger to an application, service, Webservice, etc.
TelemetrySendData (Function)
Sends telemetry data immediately.
MaskFormat (Function)
Formats a character string using an InputMask variable.
MaskPhoneNumber (Function)
Retrieves the phone number input mask adapted to a given country.
MaskZipCode (Function)
Retrieves the zip code input mask adapted to a given country.
AAFEnable (Function)
Re-enables an Automatic Application Feature (AAF) previously disabled by AAFDisable.
Clone (Function)
Constructs a copy of a class instance: An object of the actual class of the class instance is allocated. The members of the class instance are copied to the members of the new object....
gpwResetPassword (Function)
Resets the password of a registered user.
gpwRemoteConnect (Function)
Allows connecting to the application via the User Groupware Webservice.
CheckAllTrue (Function)
Returns True if all the elements of an array are True.
CheckAllFalse (Function)
Returns True if all the elements of an array are False.
fContentType (Function)
Returns the type of file according to the MIME standard (Multipurpose Internet Mail Extensions).
CheckAnyFalse (Function)
Returns True if at least one element of an array is False.
PDFSave (Function)
Saves the content of a pdfDocument variable in a ".PDF" file.
PicMergeLayer (Function)
Merges the layers of a WDPic image.
DateToDayOfWeek (Function)
Returns the day of the week that corresponds to a given date.
ExtractStringBetween (Function)
Allows you to: extract a substring between two given separators from a character string. search for substrings between two given separators in a character string....
PVTCompareDateRange (Function)
Calculates and displays a date range comparison in a Pivot Table control.
SpreadsheetListComment (Function)
Lists all the comments on the current worksheet of a Spreadsheet control.
grComparativeSeriesPosition (Function)
Fixes the position (left or right) of a series in a comparative Histogram chart.
SpreadsheetSelectComment (Function)
Allows you to: know if a comment is selected in a Spreadsheet control, select or deselect a comment in a Spreadsheet control....
DocInsertTableOfContents (Function)
Inserts a table of contents in a Word Processing document.
DocUpdateTableOfContents (Function)
Updates the table of the contents of a document.
InvalidInputShowTooltip (Function)
Shows an error tooltip under an Edit control to indicate why the input is invalid.