AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2026

Resultados de la búsqueda
Resultados 6351-3134 de 3134 para variable
Declaring and using a variable
A variable is defined by name and type...
Service variable
The Service variable is used to...
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...
Composite variable
A composite variable contains different types of elements (members)...
Assignment operators
Three assignment operators are available...
Constant
The constants are language elements whose value is fixed once and for all...
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.
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc.
Tipos avanzados
Los tipos avanzados de WLanguage son los siguientes
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler...
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.
WLanguage types
The different types in WLanguage are...
<Source>.Reset (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.
Checkers available in the code editor
The code editor proposes several tools used to correct the code...
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.