AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2026

Resultados de la búsqueda
Resultados 1-25 de 38 para rubrique
Assignment of RETURN
The return value of the process currently run can be assigned...
DecimalPart (Property)
The DecimalPart property is used to configure Numeric items.
IntegerPart (Property)
The IntegerPart property is used to configure Numeric items.
MaxThumbnailWidth (Property)
The MaxThumbnailWidth property is used to get or change the maximum width of a thumbnail of an Image item (binary memo).
InfoThumbnailGeneration (Property)
The InfoThumbnailGeneration property is used to determine if the thumbnails of an item have been generated successfully.
Description de IndexSémantique (Type de variable)
Une variable de type Description de IndexSémantique permet de décrire par programmation un ou plusieurs index sémantiques. Les caractéristiques de ce type peuvent être définies et modifiées à l'aide de différentes propriétés WLangage.
Binary (Property)
The Binary property determines if an item is binary.
Numerical (Property)
The Numerical property indicates whether a field is of numerical type.
DefaultValue (Property)
The DefaultValue property is used to:
  • Find out the default value of an item. This item was defined in the data model editor or programmatically.
  • Set the default value of an item (only for items defined programmatically).
Funciones varias de WEBDEV
Lista de diferentes funciones WEBDEV
HHistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can be displayed in a list box or in a table to allow the user to view the modifications made to the specified file.
<Source>.HistoryModification (Función)
Devuelve las modificaciones realizadas en uno o más campos de un registro determinado. El resultado se puede mostrar en un control List Box o Tabla para que el usuario pueda ver las modificaciones realizadas en el archivo especificado.
<Source>.ListLink (Función)
Devuelve la lista de relaciones (de tipo Merise) del análisis actual o de un análisis específico.
HListLink (Function)
Returns the list of data file bindings (Merise type) present:
  • in the current analysis,
  • Versiones 2024 y posteriores
    in ongoing analyses (case of projects with multiple analyses).
    Novedad de la versión por suscripción
    in ongoing analyses (case of projects with multiple analyses).
    Novedad versión 2024
    in ongoing analyses (case of projects with multiple analyses).
    in ongoing analyses (case of projects with multiple analyses).
  • in a specific analysis.
NbDescribedThumbnail (Property)
The NbDescribedThumbnail property is used to get the number of thumbnails expected for an item.
NbThumbnail (Property)
The NbThumbnail property is used to get the number of thumbnails generated for an item.
ControlToSource (Function)
Assigns the control value to the source of a control link.
Size (Property)
The Size property is used to determine and change the size of an element.
<Source>.Seek (Función)
Establece la posición en el primer registro que tenga un elemento específico con un valor mayor o igual al valor buscado (búsqueda genérica predeterminada).
HListItem (Función)
Devuelve la lista de artículos:
  • encontrada en un fichero de datos ( una consulta o una vista) conocido por el motor HFSQL. Los archivos de datos definidos por las funciones HDeclare, HDeclareExternal y HDescribeFile se tienen en cuenta.
  • encontrado en una variable Record.
DisplayedItem (Property)
The DisplayedItem property is used to:
  • Find out the item or the variable displayed by the control.
  • Modify the item or the variable displayed by the control.
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage...
<Chart>.SourceSeries (Función)
Define la fuente de una serie.
GDPR (Property)
The GDPR property is used to:
  • find out if the GDPR applies to an item from a data file.
  • define whether the GDPR should apply to an item (in the item description in the code only).
VisibleEndUser (Property)
The VisibleEndUser property is used to:
  • Find out whether an item is visible or not to the end users. This item was defined in the data model editor or programmatically.
  • Define whether an item must be visible or not to the end users (only for items defined programmatically).
SQL statements
The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows...
Language (Property)
The Language property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
xmlDocument (Variable type)
The xmlDocument type is used to handle an XML file.
Day (Property)
The Day property is used to:
  • Get the day from a Date or DateTime variable, or get the number of days from a Duration variable.
  • Change the day of a Date or DateTime variable, or change the number of days of a Duration variable.
  • Get the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format)
  • Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
<Source>.ListItem (Función)
Devuelve la lista de elementos de un archivo de datos (consulta o vista) reconocidos por el motor HFSQL. Los archivos de datos definidos por las funciones HDeclare, HDeclareExternal y HDescribeFile se tienen en cuenta.
<Source>.DuplicateRecord (Función)
Duplica el registro leído en una tabla. El registro en la memoria se agrega a la tabla (consulta o vista).
iPrintDiagram( Función)
Imprime una Diagram de:
  • a Diagram Editor control,
  • al fichero 'wddiag,
  • a Diagram Variable.
DisplayedItemImage (Property)
The DisplayedItemImage property is used to:
  • Get the item that corresponds to the image displayed in a ListView control.
  • Change the item that corresponds to the image displayed in a ListView control.
<Source>.Add (Función)
Agrega:
  • el registro que se encuentra en la memoria al archivo de datos (consulta o vista).
  • el registro que se encuentra en una variable de tipo Record al archivo de datos (consulta o vista).
HAdd (Function)
Adds:
  • the record found in memory into the data file (query or view).
  • the record found in a Record variable into the data file (query or view).
WINDEV Mobile 2026: Novedades de WLanguage
La versión 2026 incluye funciones, propiedades y tipos de datos nuevos y mejorados, ...
1
2
>