AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2025

Customizing the interface of a Table control
In a Table control, you have the ability to customize the following elements...
The different types of fields Table: programmatically, file with or without direct access
WINDEV, WEBDEV and WINDEV Mobile allow you to use...
TableRefreshVisible (Function)
Modifies or returns the visibility status of refresh bar in a Table or TreeView Table control.
FAA: Automatic filtering of Table Column controls
The user can filter the content of a Table control by displaying the records corresponding to a condition for example...
ExecuteAAF (Function)
Runs an Automatic Application Feature (AAF) on a control or window.
AAFExecute (Function)
Runs an Automatic Application Feature (AAF) on a control or window. This function can be used to start the spelling checker on an edit control for example.
TableCellSelect (Function)
Returns the coordinates (row number and column number) of a selected cell. This function is kept for backward compatibility. It is recommended to use TableSelect.
TableCellSelectOccurrence (Function)
Returns the number of selected cells found in a Table control. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
Table controls in "Server + AJAX" mode
The Table controls can be 100% AJAX...
TableColumnSelectOccurrence (Function)
Returns the number of selected columns found in a table. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
<Table>.SetFocus (Function)
Gives focus to a line in a Table or Hierarchical Table field: the field switches to edit for the specified line and column.
FAA: Increase the height of the lines in the Table or RepeatString fields.
In Table, TreeView Table and Looper controls, the user can resize the height of rows, in read-only or in edit...
dDisplay (Función)
Muestra el dibujo en el control Imagen.
CalendarioSelectPlus (Función)
Selecciona una fecha en una control Calendario.
SchedulerDeleteAppointment (Función)
Borra una Appointment de una control Planificador.
OrganizerDeleteAppointment (Función)
Borra una Appointment de una control Agenda.
<Scheduler>.SelectMinus (Función)
Deselecciona un Appointment de un control Planificador.
SchedulerSelectMinus (Función)
Deselecciona un Appointment de un control Planificador.
<Imagen>.DrawPoint (Función)
Dibuja un punto en un control Imagen.
TreeSelectPlus (Función)
Selecciona un elemento en una control TreeView.
KanbanMoveCard (Función)
Mueve una tarjeta en un control Kanban.
KanbanInsertList (Función)
Inserta una lista en un control Kanban.
KanbanMoveList (Función)
Mueve una lista en un control Kanban.
<Kanban>.InsertList (Función)
Inserta una lista en un control Kanban.
<Kanban>.DeleteList (Función)
Elimina una lista de un control Kanban.
<Kanban>.MoveCard (Función)
Mueve una tarjeta en un control Kanban.
<Kanban>.MoveList (Función)
Mueve una lista en un control Kanban.
KanbanDeleteList (Función)
Elimina una lista de un control Kanban.
<Window>.EdCreateNote (Función)
Crea una nota reposicionable control.
ServiceControl( Función)
Envía un mensaje control a un servicio.
SysSetFocus( Función)
Fija el foco en una ventana o en control.
<Imagen>.DrawBorder (Función)
Dibuja los bordes en un control Imagen.
Transparencia de las ventanas
WINDEV le permite aplicar un coeficiente de transparencia a las ventanas.......
Vinculación de una Control de número a un elemento
Una Control de número puede estar vinculada a un elemento de un archivo de datos, consulta, etc....
SelectColor (Función)
Abre la ventana estándar para la selección de color y selecciona el color especificado.
TraceStart( Función)
Abre el ventana de salida o guarda la información de la traza en un archivo de texto.
HDBOpenNoLock( Función)
En modo de usuario único, abre un archivo de datos xBase sin bloquearlo.