AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2025

Item Description (Variable type)
An Item Description variable is used to describe one or more items in a data file programmatically.
Conector Nativo SQL Server para WINDEV y WEBDEV
WINDEV y WEBDEV soportan un Conector Nativo SQL Server opcional (también llamado Native SQL Server Access)......
Control Center of WINDEV executables (WDADMINEXE)
When a WINDEV application is installed in network, a program used to remotely check the application executables is automatically created......
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
RulerVisible (Property)
The RulerVisible property is used to: Determine if a playhead is visible in a TimeLine control. Show or hide a playhead in a TimeLine control....
Python: Llamadas nativas
WLanguage permite llamar a funciones Python de forma nativa......
ExeRunning (Function)
Allows you to find out whether a 32-bit application is already run.
Numerical (Property)
The Numerical property indicates whether a field is of numerical type.
Hour (Property)
The Hour property is used to: Get the time from a variable of type Time or DateTime, or the number of hours from a variable of type Duration. Change the time in a variable of type Time or DateTime, or the number of hours in a variable of type Duration. Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item. Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item....
DecimalPart (Property)
The DecimalPart property is used to configure Numeric items.
IntegerPart (Property)
The IntegerPart property is used to configure Numeric items.
WDInst: generate installation program
Generating the setup program is used to create the setup program according to the characteristics specified in the setup editor WDInst....
Share your projects via Git
Git is a source code manager......
PersistedCalculatedItem (Property)
The PersistedCalculatedItem property is used to: Find out whether the value of a calculated item is stored in the data file. This item was defined in the data model editor or programmatically. Define whether the value of a calculated item is stored in the data file (when describing the item through programming)....
Barre de titre personnalisée avec des menus et des champs
Returns the value of an Certificate extension....
Folleto de novedades - Versión 27: novedades de WINDEV Mobile
Las novedades de WINDEV Mobile 27 se presentan en la Revista de novedades....
Events associated with Flash controls
List of events associated with Flash controls...
KeyPressed (Function)
Checks which key is pressed.
Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables......
WINDEV 2025: Novedades de WLanguage
En la versión 2025, se introdujeron nuevas funciones, propiedades y tipos de datos, y se mejoraron algunos de los que ya existen......
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
WEBDEV 2025: Novedades de WLanguage
En la versión 2025, se introdujeron nuevas funciones, propiedades y tipos de datos, y se mejoraron algunos de los que ya existen......
Extension (Property)
The Extension property is used to: get the extension of a file defined in the data model editor or programmatically. define the extension of a file (when the file is described through programming only)....
Two-level setup
The two-level setup (or multisite setup) combines: a reference network setup deployed on a local network. an HTTP setup used to update the reference setup on the local network....
¿Cómo se crea una consulta SQL a get una suma?
Esta página de ayuda explica cómo crear una consulta de suma con el editor de consultas....