AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2025

Categoría: Control functions
75 resultados
<Control>.Rectangle (Función)
Devuelve las coordenadas del rectángulo correspondiente al área especificada de un control.
<Imagen>.CoordinateFromImage (Función)
Convierte las coordenadas de un rectángulo en la imagen original al sistema de coordenadas del control Imagen.
<Imagen>.CoordinateToImage (Función)
Convierte las coordenadas de un rectángulo en el control Imagen al sistema de coordenadas de la imagen original.
AccessibilityScreenReaderEnabled (Función)
Permite saber si el lector de pantalla está activado.
ActiveXEvent( Función)
Asocia una Procedure escrita en WLanguage con una Event de ActiveX control.
AddLink (Función)
Añade un enlace a una sección de texto en un control Campo de entrada.
AttachPointAdd (Function)
Defines an attach point for one of the two extremities of a Wire control.
AttachPointDeleteAll (Function)
Deletes all the connection points for a control.
ChangeStyle (Function)
Modifies the style of a control dynamically.
ConfigureSpellCheck (Function)
Configures the spelling checker for the edit controls and for the Table control columns in the whole application.
Control constants
List of constants used by the functions for managing controls
Control (Tipo de Variable)
El tipo control se utiliza para definir las características de un control .
ControlAlias (Function)
Gets, modifies or restores the data binding to a control or group of controls.
ControlClone (Example)
Usage example of the ControlClone function
ControlClone (Function)
Creates a new control from an existing control.
ControlContextMenu (Function)
Identifies the control on which the context menu was opened.
ControlCreate (Función)
Crea un nuevo control (de cualquier tipo) en una ventana mediante programación.
ControlCurrent (Function)
Returns the name of the control currently in edit.
ControlDelete (Función)
Elimina permanentemente un control de una ventana, página o informe.
ControlError (Function)
Customizes the value displayed in the controls when the value cannot be displayed.
ControlExecuteClosing (Función)
Ejecuta el evento de cierre WLanguage de un control de oficina y muestra su diálogo de confirmación si es necesario.
ControlExecuteModification (Función)
Considera que el control ha sido modificado por el usuario (la propiedad Modified se establece en True para el control y para la ventana si es necesario) y ejecuta el evento WLanguage "Cada vez que se modifica" asociado al control.
ControlExist (Función)
Comprueba la existencia de un control (o grupo de controles) en una ventana, en una página o en un informe.
ControlFirst (Function)
Indicates the name of the first field specified in the tab order for the specified window.
ControlInfoXY (Función)
Devuelve el nombre del control situado en una posición dada.
ControlInOutReason (Function)
Indicates the origin of the entry in the control.
ControlNext (Function)
Returns the name of the next control in input mode.
ControlNoSpace (Function)
Specifies whether the space characters on the right of the value found in the control are deleted.
ControlOver (Función)
Identifica el control sobre el que se pasa el cursor del ratón.
ControlPrevious (Función)
Especifica el nombre del control que estaba en edición antes del control actual.
ControlRectangle (Función)
Devuelve un rectángulo correspondiente al área especificada de un control.
ControlTypeInfo (Función)
Devuelve el icono correspondiente al tipo de control especificado.
CoordinateEditorToScreen (Function)
Converts a size or a position specified in the reference dpi in the editor (160 dpi) to the native dpi of screen on the device where the application is run.
CoordinateImageControlToImage (Función)
Convierte las coordenadas de un rectángulo en el control Imagen al sistema de coordenadas de la imagen original.
CoordinateImageToImageControl (Función)
Convierte las coordenadas de un rectángulo en la imagen original al sistema de coordenadas del control Imagen.
CoordinateScreenToEditor (Function)
Converts a size or a position specified in the native dpi of the screen on the device where the application is run to the reference dpi in the editor (160 dpi).
Count (Function)
Returns the number of occurrences of a control in a window, in a page or in a group of controls.
CurrentColumn (Function)
Returns:
  • the index of the current indexed column in a Table control (based on a data file or populated programmatically).
  • the number of the column currently in edit mode in the specified Table control (based on a data file or populated programmatically).
CurrentIndex (Function)
Depending on the specified control, returns:
  • the number of the current row displayed in the current Table control,
  • the number of the option with focus in a Check Box control,
  • the number of the current row in the current Looper control,
  • the index of the current indexed control.
DeleteParameter (Function)
Deletes a parameter (or a set of parameters) saved either by SaveParameter, or automatically via the persistence of data in the controls.
DictionaryLoad (Function)
Indicates and loads the dictionary corresponding to a given language.
EditCaret (Función)
Modifica el cursor de desplazamiento estándar para todos los controles de edición de la aplicación.
EnumControl (Example)
Usage example of the EnumControl function
EnumControl (Función)
Devuelve el nombre de Nth control que se encuentra en el elemento especificado.
Funciones de controles
Lista de funciones para gestionar controles
InitParameter (Function)
Initializes the management of persistent values.
LayoutAdaptSize (Function)
Resizes a Layout control in order for all its cells to be entirely visible, without empty area.
LinkColor (Función)
Modifica el color de los enlaces en los controles Edición y en los controles Texto estático.
LinkColorRTF (Función)
Cambia el color de los enlaces en todos los controles Campo de entrada de la aplicación.
LoadParameter (Función)
Lee un valor persistente.
NextIndex (Function)
Returns the number of the next row displayed in the current Table control.
Objeto padre (función)
Identifica el "padre" de un objeto gráfico: control, columna, ventana, página, ...
OpenContextMenu (Function)
Automatically opens a context menu for the current control, window or page.
OptimalHeight (Función)
Obtiene la altura que necesita un control para mostrar todo su contenido.
Restablecer (Función)
Reinicia:
  • todos los controles que se encuentran en la ventana o página actual (incluyendo los grupos de controles, los supercontroles y las ventanas internas).
  • los controles que se encuentran en un grupo de controles, un supercontrol, una ventana interna o una página interna.
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
SaveParameter( Función)
Guarda un valor persistente en el registro o en otro archivo especificado por InitParameter.
ScreenFirst (Function)
Defines the next control that will be in edit in the current window.
ScrollbarIsVisible (Función)
Permite saber si la barra de desplazamiento de un control en una aplicación WINDEV es visible.
ScrollbarMaxPosition( Función)
Recupera la posición máxima de una de las barras de desplazamiento horizontales o verticales que se encuentran en un control de una aplicación WINDEV.
ScrollbarPosition (Function)
Used to manage the position of elevators:
  • Modifies or recovers the position of one of the scrollbars (horizontal or vertical) of a field in a WINDEV or WINDEV Mobile application..
  • Retrieves the position of one of the horizontal or vertical scrollbars found in a control of a WEBDEV website.
ScrollBarShow (Función)
Muestra (o no) una barra de desplazamiento en un control WINDEV (control de edición o cuadro de lista) aunque no se haya especificado ninguna barra de desplazamiento durante la descripción del control.
SelectionColor (Function)
Changes the characteristics of the selection bar in a Table control, Combo Box control or List Box control.
SetFocus (Function)
Set focus:
  • to a control (found in a window, in a page or in a frameset).
  • to a window.
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
ShapePolygon (Function)
Modifies the shape currently displayed in a Shape control to get a custom shape (by specifying the coordinates of polygon points).
ShowToolTip (Función)
Activa o desactiva el mecanismo de visualización de los tooltip de los controles.
TextEllipsis (Function)
Returns the text with ellipsis displayed in an Edit, Combo Box or Static Text control.
TextHeight (Function)
Calculates the height (in pixels) of the text displayed in an edit control, in a Static Text control or in a Combo Box control.
TextWidth (Function)
Calculates the width (in pixels) of the text displayed in an edit control, in a Combo Box control or in a Static Text control.
ToolTipColor (Función)
0.
ToolTipDelay (Función)
Se utiliza para modificar:
  • el tiempo de espera antes de mostrar los tooltip.
  • la duración de la visualización de los tooltip.
ToolTipMargin (Función)
Modifica el margen del texto en los tooltip.
TooltipMaxWidth (Función)
Modifica la anchura máxima de los tooltip.
WLanguage procedure
1 documento