| |
ActiveXEvent | Asocia una Procedure escrita en WLanguage con una Event de ActiveX control. |
AddLink | Adds a link to a text section in an edit control. |
AssistedInputAdd | Agrega una fila a la lista de valores disponibles en las sugerencias de entrada de un control Campo de entrada. |
AssistedInputClose | Cierra la lista de sugerencias de entrada de un control Campo de entrada. |
AssistedInputDeleteAll | Borra los valores de la lista de sugerencias de un control Campo de entrada. |
AssistedInputOpen | Abre la lista de sugerencias de un control Campo de entrada. |
AttachPointAdd | Defines an attach point for one of the two extremities of a Wire control. |
AttachPointDeleteAll | Deletes all the connection points for a control. |
ChangeStyle | Modifies the style of a control dynamically. |
ConfigureSpellCheck | Configures the spelling checker for the edit controls and for the Table control columns in the whole application. |
ControlAlias | Gets, modifies or restores the data binding to a control or group of controls. |
ControlClone | Creates a new control from an existing control. |
ControlContextMenu | Identifies the control on which the context menu was opened. |
ControlCreate | Creates a new control (of any type) in a window programmatically. |
ControlCurrent | Returns the name of the control currently in edit. |
ControlDelete | Elimina permanentemente un control de una ventana, página o informe. |
ControlEnabled | Enables a control or a group of controls in a window. An animation can be set on the controls during this operation. |
ControlError | Customizes the value displayed in the controls when the value cannot be displayed. |
ControlExist | Comprueba la existencia de un control (o grupo de controles) en una ventana, en una página o en un informe. |
ControlFirst | Indicates the name of the first field specified in the tab order for the specified window. |
ControlGrayed | Grays a control or a group of controls. An animation can be set on the controls during this operation. |
ControlInfoXY | Devuelve el nombre del control situado en una posición dada. |
ControlInOutReason | Indicates the origin of the entry in the control. |
ControlInvisible | Makes a control (or a group of controls) invisible in a window. An animation can be set on the controls during this operation. |
ControlNext | Returns the name of the next control in input mode. |
ControlNoSpace | Specifies whether the space characters on the right of the value found in the control are deleted. |
ControlOver | Identifica el control sobre el que se pasa el cursor del ratón. |
ControlPrevious | Especifica el nombre del control que estaba en edición antes del control actual. |
ControlTypeInfo | Returns the icon corresponding to the specified type of control. |
ControlVisible | Makes a control (or a group of controls) visible in a window. An animation can be set on the controls during this operation. |
CoordinateEditorToScreen | 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 | Convierte las coordenadas de un rectángulo en el control Imagen al sistema de coordenadas de la imagen original. |
CoordinateImageToImageControl | Convierte las coordenadas de un rectángulo en la imagen original al sistema de coordenadas del control Imagen. |
CoordinateScreenToEditor | 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 | Returns the number of occurrences of a control in a window, in a page or in a group of controls. |
CurrentColumn | 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 | 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 | Deletes a parameter (or a set of parameters) saved either by SaveParameter, or automatically via the persistence of data in the controls. |
DictionaryLoad | Indicates and loads the dictionary corresponding to a given language. |
EditCaret | Modifica el cursor de desplazamiento estándar para todos los controles de edición de la aplicación. |
EnumControl | Devuelve el nombre de Nth control que se encuentra en el elemento especificado. |
HTMLNavigate | Inicia la navegación en un control de visualización HTML. |
InitParameter | Initializes the management of persistent values. |
LinkColor | Modifica el color de los enlaces en los controles Edición y en los controles Texto estático. |
LoadParameter | Lee un valor persistente. |
NextIndex | Returns the number of the next row displayed in the current Table control. |
OpenContextMenu | Automatically opens a context menu for the current control, window or page. |
ParentObject | Identifies the "parent" of a graphic object: field, column, window, page, etc. |
Restablecer | 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 | Stops the current process and forces the input in the specified control, window or page. |
SaveParameter | Guarda un valor persistente en el registro o en otro archivo especificado por InitParameter. |
ScreenFirst | Defines the next control that will be in edit in the current window. |
ScrollbarIsVisible | Permite saber si la barra de desplazamiento de un control en una aplicación WINDEV es visible. |
ScrollbarMaxPosition | 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 | 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 | 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 | Changes the characteristics of the selection bar in a Table control, Combo Box control or List Box control. |
SetFocus | Set focus:- to a control (found in a window, in a page or in a frameset).
- to a window.
|
ShapePolygon | Modifies the shape currently displayed in a Shape control to get a custom shape (by specifying the coordinates of polygon points). |
ShowToolTip | Enables or disables the mechanism for displaying the control tooltips. |
TextEllipsis | Returns the text with ellipsis displayed in an Edit, Combo Box or Static Text control. |
TextHeight | 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 | 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 | 0. |
ToolTipDelay | Used to modify:- the timeout before displaying the tooltips.
- the display duration of the tooltips.
|
ToolTipMargin | Modifica el margen del texto en los tooltip. |
TooltipMaxWidth | Modifies the maximum width of tooltips. |