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.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Parameters of a procedure/function
You have the ability to pass parameters to a procedure.
Calling a procedure/a function
Syntax for calling a local or global procedure.
Procedure/Function
A procedure is used to associate an identifier with a statement block...
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
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.
Passing parameters
The parameters can be passed to a 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.
UnitedStates.CheckEIN (Function)
Checks the validity of a U.S. Employer Identification Number.
Spain.CheckDNI (Function)
Checks the validity of a DNI number (personal identification number in Spain).
Italy.CheckCF (Function)
Checks the validity of a CF number (personal identification number in Italy).
Germany.CheckIdNr (Function)
Checks the validity of an IdNr (personal identification number in Germany).
Brazil.CheckCPF (Function)
Checks the validity of a CPF number (personal identification number in Brazil).
Spain.CheckNIF (Function)
Checks the validity of a NIF number (company identification number in Spain).
Italy.CheckIVA (Function)
Checks the validity of an IVA number (company identification number in Italy).
Germany.CheckUStIdNr (Function)
Checks the validity of a USt-IdNr (company identification number in Germany).
Brazil.CheckCNPJ (Function)
Checks the validity of a CNPJ number (company identification number in Brazil).
UnitedStates.CheckFEI (Function)
Checks the validity of a U.S. Firm Establishment Identifier.
France.CheckINSEE (Function)
Tests the validity of an INSEE number (identification number of physical persons assigned...
France.CheckSIRET (Function)
Checks the validity of a French SIRET number (Système d'Identification du Répertoire des...
Belgium.CheckCBE (Function)
Checks the validity of a CBE number (identifier from the Crossroads Bank for Belgian Enterprises).
Belgium.CheckNISS (Function)
Checks the validity of a NISS number (Belgian social security identification number).
Belgium.CheckEU (Function)
Checks the validity of a EU number (Belgian Establishment Unit number used to identify companies).
Canada.CheckSIN (Function)
Checks the validity of a Canadian Social Insurance Number (SIN).
Switzerland.CheckUID (Function)
Checks the validity of a UID number (Swiss business identification number).
Switzerland.CheckOASI (Function)
Checks the validity of a Swiss Old-?Age and Survivors' Insurance Number (OASI)....
Switzerland.CheckBER (Function)
Checks the validity of a BER number (company identifier in the Swiss Business and Enterprise...
<redisConnection>.Publish (Function)
Publishes a message on a Redis broadcast channel.
<redisConnection>.PipelineGet (Function)
Retrieves the result of the execution of a Redis command that was added by RedisPipelineAdd.
<redisConnection>.PipelineReset (Function)
Ignores the results of the execution of a Redis command that was added by RedisPipelineAdd.
<redisConnection>.PipelineAdd (Function)
Adds a Redis command in a pipeline.
<redisConnection>.ExecuteCommand (Function)
Executes a command on a Redis server and retrieves the result.
<redisConnection>.Unsubscribe (Function)
Cancels a subscription to a Redis broadcast channel.