ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage properties / Various properties
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
NbReceived (Property)
In french: NbReçus
Returns the number of parameters actually received by a procedure.
Remark: The Occurrence property indicates the number of parameters that can be used in the procedure.
Example
// Appel de la procédure
MaProc("A")
// Déclaration de la procédure
PROCEDURE MaProc(p1, po2 = "Y", po3 = "Z")
Info(MyParameters.NbReçus) // Renvoie 1
Info(MyParameters.Occurrence) // Renvoie 3
Syntax
<Result> = <MyParameters>.NbReceived
<Result>: entier
Number of parameters actually received by the procedure. This number ignores the optional parameters for which no value was specified during the call.
<MyParameters>: Keyword
WLanguage keyword used to designate all the parameters of a procedure.
Minimum version required
  • Version 12
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/20/2024

Send a report | Local help