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 / Sintaxis WLanguage / Procedimientos WLanguage / Parámetros de un procedimiento
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
A procedure can declare some parameters that are not immediately used. In this case, a warning appears in the code editor, indicating that the local variable is not used.
To avoid this warning, the variable name must be followed by a specific extension attribute. The following syntax must be used:
PROCEDURE <Procedure name>(<Parameter 1> <useful[="Reason"]>, ...
<Paramètre optionnel 1> <utile [="Raison"]> = <Valeur>,
<Paramètre optionnel 2> <utile [="Raison"]> = <Valeur>, ...)
where "Reason" corresponds to an explanation given by the developer.
For example:
// -- Declaration of Drawing procedure
PROCÉDURE Drawing(coorLine <useful = "line coordinate">, coorColumn <useful = "column coordinate">)
...
Versión mínima requerida
  • Versión 15
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 02/03/2025

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