ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
DriveListeDirectory (Function)
Lists the directories of an Drive.
DriveMoveDirectory (Function)
Move a directory and its contents to another directory on the same Drive (remote disk).
DriveMoveFile (Function)
Moves a file present in an Drive directory to another directory on this Drive (remote disk).
DriveRecoverFile (Function)
Retrieves a file from an Drive (remote disk) and saves it on the user's workstation....
DriveRecoverDirectory (Function)
Retrieves a directory (and its files) from an Drive (remote disk) and saves it on the user's workstation....
DriveSendFile (Function)
Sends a file (present on the user's machine) to an Drive (remote disk)....
DriveUploadDirectory (Function)
Envoie un répertoire (présent sur la machine de l'utilisateur) vers un disque distant....
DriveRename (Function)
Renomme un fichier ou un répertoire sur un disque distant.
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
ChangeSourcePage (Function)
Dynamically changes the page displayed in an Internal Page control
BrowserShare( Function)
Starts native device sharing.
DriveDeleteDirectory (Function)
Deletes a directory (and the files it contains) on an Drive (remote disk).
LuhnCheck (Function)
Checks that the given sequence is valid according to the Luhn formula.
DateTimeTimeZoneToLocal (Function)
Converts a date and time from a particular time zone to a local date and time.
ListMoveLine (Function)
Moves a row or swaps two rows in a List Box or Combo Box control.
gClickableLink (Function)
Adds a clickable link in a graphic string.
DateTimeLocalToTimeZone (Function)
Converts a local date and time to the date and time in a particular time zone.
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
LuhnCalculate (Function)
Calculates the next Luhn check digit for a given sequence.
Phonetic (Function)
Returns the phonetic transcription of the string passed as parameter.
HourglassNetwork (Function)
Displays or hides an endless gauge in the title bar of Android application windows .
dStraighten (Function)
Transforms an image by applying perspective correction.
DecryptAsymmetric (Function)
Decrypts a buffer with a private/public key algorithm with RSA encryption....
DecryptAsymmetricEnveloped (Function)
Performs the asymmetric encryption of an envelope that has been encrypted with EncrypteAsymmetricEnveloped.