AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2026

Resultados de la búsqueda
15 resultados para: variable
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable...
Service variable
The Service variable is used to...
Composite variable
A composite variable contains different types of elements (members)...
Declaring and using a variable
A variable is defined by name and type...
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
Tipos avanzados
Los tipos avanzados de WLanguage son los siguientes
Constant
The constants are language elements whose value is fixed once and for all...
IsNumeric (Función)
Permite averiguar si una variable o un control lo son:
  • a numérico (entero, real, moneda o numérico).
  • una cadena que puede convertirse en numérica.
HReset (Function)
Initializes:
  • one or all variables of file items with their default values.
  • one or all items of a Record variable with their default values.
Operadores de asignación
Tres operadores de asignación están disponibles....
<Source>.Reset (Función)
Inicializa:
  • una o todas las variables de los elementos de un archivo de datos con sus valores predeterminados.
  • uno o todos los elementos de una variable de tipo Record con sus valores predeterminados.
Checkers available in the code editor
The code editor proposes several tools used to correct the code...
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler...
Tipos de WLanguage
Los diferentes tipos en WLanguage son...
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc.