AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Propiedades WLanguage / Propiedades varias
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
NbReceived (Property)
 
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.
Ejemplo
// Call the procedure
MyProc("A")
// Declare the procedure
PROCEDURE MyProc(p1, po2 = "Y", po3 = "Z")
Info(MyParameters.NbReceived) // Returns 1
Info(MyParameters.Count) // Returns 3
Sintaxis
<Result> = <MyParameters>NbReceipts
<Result>: entier
Number of parameters actually received by the procedure. This number does not take into account optional parameters for which no value has been specified at the time of the call.
<MyParameters>: Keyword
WLanguage keyword used to designate all the parameters of a procedure.
Ver también
Versión mínima requerida
  • Versión 12
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 10/05/2025

Señalar un error o enviar una sugerencia | Ayuda local