AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2026

Resultados de la búsqueda
Resultados 101-81 de 81 para dimensions
WinOutWidth (Function)
Returns the full width of a window.
<Array>.Info (Función)
Devuelve los detalles de un array: tipo de elementos, número de dimensiones, etc.
WinInWidth (Function)
Returns the interior width of a window (without border).
WinInHeight (Function)
Returns the interior height of a window (without title bar and border).
ArrayInfo (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.
iImageWidth (Function)
Calculates the width of the image to print (in millimeters).
Multiple assignments of arrays, structures and classes
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer, string, real, numeric or currency) to the cells of an array.
This multiple assignment is also available for the structures and the classes.
iImageHeight (Function)
Calculates the height of the image to print (in millimeters).
Composite variable
A composite variable contains different types of elements (members)...
NbLabel (Property)
The NbLabel property is used to:
  • Find out the number of labels printed across the page width.
  • Modify the number of labels printed across the page width.
Manipulating Image Editor controls programmatically
WINDEV allows you to programmatically manipulate Image Editor controls...
Restore (Function)
Displays a WINDEV window to its initial size.
MatError (Function)
Identifies the type of the last error caused by a Matxxx function (functions for matrix management).
<aiNeuralNetworkModel variable>.Detect (Función)
Ejecuta un modelo de red neuronal entrenado en una imagen. Esta función utiliza la inteligencia artificial para detectar objetos en una imagen.
The Native Container control
The Native Container control is used to manage the controls not created with WINDEV or WINDEV Mobile...
AIDetectModel (Función)
Ejecuta un modelo de red neuronal entrenado en una imagen. Esta función utiliza la inteligencia artificial para detectar objetos en una imagen.
aiNeuralNetworkModel (Variable type)
The aiNeuralNetworkModel type is used to define all the advanced characteristics of a neural network used by AIDetectModel.
The Multiline Zone control
The Multiline Zone control is used to easily create interfaces in iOS style.
MatAdd (Example)
Usage example of the MatAdd function
diagPoint (Variable type)
The diagSelection type is used to define all the advanced characteristics of a point in a diagram.
iPageHeight (Example)
Usage example of the iPageHeight function
diagConnector (Variable type)
The diagConnector type is used to define all the advanced characteristics of a connector in a diagram.
Gestión de códigos de barras
El uso de códigos de barras para identificar y gestionar los productos se ha convertido en algo esencial....
iGroupAdd (Function)
Adds a report to a group of reports.
aiEmbeddingSet (Tipo variable)
El tipo aiEmbeddingSet agrupa varios vectores semánticos de la misma dimensión en un único objeto para facilitar su almacenamiento y manejo.
The "Surface" charts
The Surface chart is used to represent correlated analogical data, according to 3 axes
iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
GglGetStaticMap (Function)
Retrieves the map of a specific location via the Google Maps service.
iPageWidth (Función)
Calcula la anchura (en milímetros) de la página imprimible teniendo en cuenta los márgenes izquierdo o derecho.
Funciones del control Cuadro de mando
La lista de funciones para gestionar los controles Cuadro de mando es la siguiente...
<Chart>.SaveParameter (Función)
Guarda los parámetros de un gráfico en formato de cadena comprimida.
VariableReset (Function)
Resets the variable to its initial value.
The Looper control
A Looper control is used to repeat the controls found in a specific area...
iPreview (Function)
Configures the print destination.
grSaveParameter (Function)
Saves the parameters of a chart in the format of a compressed string.
WinUtilSize (Función)
Especifica el tamaño de useful de una ventana interna con barras de desplazamiento de automatic. El tamaño de useful corresponde al tamaño completo de la ventana interna:
  • Ancho de la ventana interna.
  • Altura de la ventana interna.
Execution platform
WINDEV Mobile allows you to develop applications for different families of products...
Spreadsheet report
The report editor allows you to create "Spreadsheet" reports...
diagOval (Tipo de Variable)
El tipo diagOval se utiliza para definir todas las características avanzadas de una forma de tipo Oval.
Funciones de arrays
Lista de funciones para gestionar arrays
Structure (Variable type)
A structure is a custom type of data...
BrowserOpen (Function)
Opens a web page identified by its URL in a new browser.
<Dashboard>.ResizeWidget (Función)
Cambia las dimensiones de un widget que se encuentra en un control Cuadro de mando.
SensorGetOrientation (Function)
Retrieves the current orientation of the device on one of its 3 axes.
New (Reserved word)
New is used to allocate memory space...
DashResizeWidget (Function)
Changes the dimensions of a widget found in a Dashboard control.
Constants for managing arrays
List of constants used by the functions for array management.
The Ribbon control
The Ribbon control proposes an additional feature regarding the menus found in your applications. It allows you to present a large number of logically arranged fields in a small area, so you can make choices.
diagPolygon (Tipo variable)
El tipo diagPolygon se utiliza para definir todas las características avanzadas de una forma de tipo Polígono.
WINDEV Skin template generator: Customize elements
The generator of WINDEV skin templates is used to generate the necessary files for creating a custom skin template for the WINDEV projects...
SysScreenRectangle (Function)
Returns the coordinates of the display rectangle corresponding to all the screens.
diagRectangle (Tipo variable)
El tipo diagRectangle se utiliza para definir todas las características avanzadas de una forma de tipo Rectángulo.
<Array>.Sort (Función)
Ordena un array WLanguage.
AdjustmentMode (Property)
The AdjustmentMode property determines and changes how a Spreadsheet control is adjusted in a report.
SensorDetectChangeAcceleration (Function)
Notifies when acceleration forces are applied to the device along any of the three axes.
diagConnectionPoint (Tipo variable)
El tipo diagConnectionPoint se utiliza para definir todas las características avanzadas de un punto de conexión (es decir, un punto alrededor de una forma al que se acopla un conector) en un control Editor de diagramas.
Creación de la plantilla de un reporte
The HierarchicalDepth property is used to:
  • Find out the depth of a hierarchical control in a report.
  • Modify the depth of a hierarchical control in a report (only if the report uses a data source through programming).
ArrayCopy (Function)
Copies the content of an array to another array.
SensorDetectChangeOrientation (Function)
Allows you to be notified when the orientation of the device changes on any one of its 3 axes.
<Array>.Copy (Función)
Copia el contenido de un array a otro array.
Control Kanban
Originalmente, Kanban es un método japonés destinado a mejorar los procesos para conseguir un ciclo de producción más eficaz.
Cambiar las características de los controles de una ventana
Las características de los controles se pueden ver y/o cambiar en...
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data...
WinScreenRectangle (Example)
Usage example of the WinScreenRectangle function
iDestination( Función)
Configura el destino de impresión.
'Image gallery' Looper control
The "Image gallery" Looper control is used to manage the display of a set of images without programming...
Funciones para la gestión de los controles Cuadro de mando (sintaxis con prefijo)
La lista de funciones para gestionar los controles Cuadro de mando es la siguiente...
The Dashboard control
Dashboards are essential elements in an application...
MDITop (Property)
The MDITop property is used to determine and change the distance between the top border of the MDI parent window and the top border of the MDI area.
diagBorder (Variable type)
The diagBorder type is used to define all the advanced characteristics of a border (or borders) of a shape used in a diagram.
The Wire control
The Wire control is used to visually link 2 controls...
diagText (Tipo de variable)
El tipo diagText permite definir todas las características avanzadas de un texto asociado a una forma en un diagrama.
grPrint (Function)
Prints a chart.
grParameter (Function)
Retrieves or modifies a chart parameter.
Diagrama (tipo variable)
El tipo Diagram se utiliza para definir todas las características avanzadas de un diagrama que se pueden editar en el control Editor de diagramas.
<Chart>.Parámetro (Función)
Recupera o modifica un parámetro de gráfico.
Describing the Action Bar control
This help page presents the main aspects of the Action Bar description window...
New Features brochure - Version 2024: New WEBDEV features
WEBDEV 2024 innovations in the 2024 Innovations brochure.
Brochure des nouveautés 2024 : Nouveautés communes
Nouveautés de WINDEV/WEBDEV/WINDEV Mobile 2024 présentes dans la brochure des Nouveautés 2024.
Print constants
List of constants used by the print functions.
1
3
4