ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Global procedure/function
A global procedure can be used in all the processes or events of the project.
Procedure/Function
A procedure is used to associate an identifier with a statement block...
Parameters of a procedure/function
You have the ability to pass parameters to a procedure.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Calling a procedure/a function
Syntax for calling a local or global procedure.
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
Local procedure
Two types of procedures are available...
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure.
Typecasting of parameters
The description of the parameter type is optional...
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes.
Passing parameters
The parameters can be passed to a procedure...
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.
AJAXExecute (Function)
Runs a server procedure without refreshing the page.
ChangeSourcePage (Function)
Dynamically changes the page displayed in an Internal Page control
BrowserShare( Function)
Starts native device sharing.
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
InfoWithTimeoutAsynchronous (Function)
Displays a custom message in a non-blocking system information window for a given amount of time.
YesNoAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "Yes" and "No" and calls...
Info (Function)
Displays a custom message in a system information window.
WarningAsynchronous (Function)
Displays a custom message in a non-blocking system warning window.
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.
SensorDetectChangeAcceleration (Function)
Notifies when acceleration forces are applied to the device along any of the three axes.
DecryptAsymmetric (Function)
Decrypts a buffer with a private/public key algorithm with RSA encryption....
Complete (Function)
Returns a character string of a specified length.