AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / Desarrollar una aplicación o un sitio web / Controles, ventanas y páginas / Ventana
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Propiedades asociadas a una ventana
Las siguientes propiedades están asociadas a una ventana:
AccessibilityLa propiedad Accessibility obtiene y establece las propiedades de accesibilidad de un control.
ActivePlaneLa propiedad ActivePlane obtiene y establece el número del plano activo en una ventana, ventana interna o control Celda.
AliasLa propiedad Alias permite:
  • obtener y cambiar el alias de una ventana (WINDEV y WINDEV Mobile).
  • obtener y cambiar el alias de una pestaña dinámica (WINDEV).
  • obtener el nombre interno HTML/JavaScript de un control (WEBDEV).
AllowActionBarHidingLa propiedad AllowActionBarHiding oculta automáticamente el Action Bar.
AnchorToContentThe AnchorToContent property determines and changes how the control adapts to its content.
AutomaticTextColorLa propiedad AutomaticTextColor obtiene y establece el color a utilizar para el texto de los elementos que utilizan un color "Automático".
BackgroundColorLa propiedad BackgroundColor permite establecer el color de fondo de un control, ventana, página o bloque de un reporte.
BackgroundImageThe ImageFond property lets you view and modify the background image of an element: window, page, field or state.
BrowsedFileThe BrowsedFile property gets and sets the data source used to display records in data-bound controls.
BrowsedItemThe BrowsedItem property is used to:
  • Get the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files.
  • Change the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Then, the iteration is reinitialized.
CaptionIn a database, the Caption property is used to:
  • Find out the caption associated with a file item.
  • Find out the caption associated with a data file.
  • Find out and modify the connection caption.
In a report, the Caption property is used to:
  • Find out the text displayed in a Static or Link control.
  • Modify the text displayed in a Static or Link control.
In a window or page, the Caption property is also used to:
  • Find out and modify the caption of a control found in a window or in a page.
  • Find out and modify the caption of a menu option.
  • Find out and modify the title of a window or page.
  • Find out the content of a Breadcrumb control.
ColorThe Color property gets or sets the font color of:
  • a Font variable.
  • text displayed in a Static or Calculated control of a report.
  • text displayed in a window control.
  • text displayed in a page control.
CompactToolbarLa propiedad CompactToolbar permite:
  • determinar si las barras de herramientas de la ventana están compactadas.
  • compactar o no las barras de herramientas.
ContextMenuThe ContextMenu property is used to:
  • Get the custom context menu of a control, window or page.
  • Change the custom context menu of a control, window or page (or associate another context menu).
  • Customize the system menus of controls by adding options.
DisplayEnabledLa propiedad DisplayEnabled permite:
  • determinar si se actualiza o no un control o una ventana. Si se muestra el control, su contenido se actualiza regularmente.
  • actualizar un control o ventana.
ExtraLa propiedad Extra permite:
  • Obtener información adicional sobre un control, ventana o página.
  • Editar información adicional de un control, ventana o página.
FullNameThe FullName property is used to find out the full name:
  • of a control.
  • of a window.
  • of a menu option.
  • of a table column.
GrayedLa propiedad Grayed se utiliza para:
  • Determinar si un control (o un grupo de controles) está en gris.
  • Grisar o desgrisar un control, un grupo de controles o una ventana.
HeightThe Height property gets and sets the height:
  • of a control or block in a report.
  • of a control (in a window), window, row of a Table, List Box or ListView control, option of a Radio Button or Check Box control, break header or footer of a Table or Looper control.
  • of a control (in a page), break header or footer in a Table or Looper control. The control can be overlayable or not.
  • of a break cell in a Table or Looper control.
HeightExpandedThe HeightExpanded property gets and sets the height of an expanded iOS 13 widget.
IconLa propiedad Icon permite:
  • Averigua el icono que aparece en la barra de título de una ventana o de un control Panel acoplable..
  • Cambia el icono que aparece en la barra de título de una ventana o de un control Panel acoplable.
ImageThe Image property gets and sets the background image of a control or block.
InitialHeightLa propiedad InitialHeight se utiliza para:
  • Averiguar la altura de creación de un control o de una ventana.
  • Modificar la altura base utilizada para anclar los controles "en altura".
  • Averiguar la altura de creación de un bloque o control en un informe.
InitialStateLa propiedad InitialState obtiene el estado inicial de un control.
InitialVisibleLa propiedad InitialVisible se utiliza para determinar si:
  • un control era visible durante la primera visualización de la ventana o página asociada.
  • una ventana era visible durante su primera visualización.
InitialWidthThe InitialWidth property is used to:
  • Find out the initial width of a control or window.
  • Modify the base width used to anchor the controls in "width".
  • Find out the initial width of a report control.
MaxHeightThe MaxHeight property gets and sets the maximum height of a control or window.
MaxWidthThe MaxWidth property gets and sets the maximum width of a control or window.
MDIBottomLa propiedad MDIBottom se utiliza para determinar y cambiar la distancia entre el borde inferior de la ventana padre MDI y el borde inferior del área MDI.
MDILeftLa propiedad MDILeft se utiliza para determinar y cambiar la distancia entre el borde izquierdo de la ventana padre MDI y el borde izquierdo del área MDI.
MDIRightLa propiedad MDIRight se utiliza para determinar y modificar la distancia entre el borde derecho de la ventana MDI padre y el borde derecho del área MDI.
MDITopEn MDITop se utiliza para determinar y cambiar la distancia entre el borde superior de la ventana MDI padre y el borde superior del área MDI.
MessageThe Message property is used to:
  • Find out the help message associated with a control or with a menu option (in a window).
  • Modify the help message associated with a control or with a menu option (in a window).
MinHeightThe MinHeight property gets and sets the minimum height of a control or window.
MinWidthThe MinWidth property gets and sets the minimum width of a control or window.
ModifiedThe Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
MouseCursorThe MouseCursor property gets and sets the cursor displayed when pointing over a control, window or page.
MovableByBackgroundLa propiedad MovableByBackground se utiliza para:
  • averiguar si una ventana se puede mover por el fondo,
  • permitir (o no) que una ventana se mueva por el fondo.
NameThe Name property is used to get:
  • the name of the font associated with a Font variable.
  • the name of a control, report or report block.
  • the name of a control, group of controls or window.
  • the name of a control, group of controls or page.
NoteThe Note property is used to:
  • Find out the notes associated with a control, a window, a page or a report.
  • Modify the notes associated with a control, a window a page or a report.
NoteTitleLa propiedad NoteTitle permite:
  • Obtener el título de las notas utilizadas en la documentación técnica de un control, ventana, página o informe.
  • Cambiar el título de las notas utilizadas en la documentación técnica de un control, ventana, página o informe.
OpacityThe Opacity property is used to get and define the opacity percentage for a window, or for controls in a window or page.
PlaneLa propiedad Plane permite:
  • Obtener:
    • el plano activo de una ventana (o reporte) o el plano al que pertenece un control.
    • el plano activo de un elemento WEBDEV.
  • Cambiar:
    • el plano activo de una ventana (o reporte) o asociar un control a otro plano.
    • el plano activo de un elemento WEBDEV.
ProcessThe Process property is used to modify the processes to be executed by the events available on a control, window, page, report, etc.
ProgressBarSystemThe ProgressBarSystem property gets and sets the progress bar used as system progress bar (in the taskbar) with Windows 7 (and later).
ReturnedValueThe ReturnedValue property is used to:
  • Get and change the value returned by a window, page or report.
  • Get and change the value returned by an option in a Radio Button control.
RightClickLa propiedad RightClick obtiene y establece el nombre del control Botón que se ejecutará cuando se haga clic derecho en un objeto.
RightToLeftThe RightToLeft property is used to get the writing direction on a control, column, window or report.
ScreenshotAllowedLa propiedad ScreenshotAllowed permite:
  • Determinar si es posible tomar capturas de pantalla de una ventana,
  • Permitir o bloquear las capturas de pantalla de una ventana.
StateThe State property gets and sets the state of an element.
StatusBarThe StatusBar property is used to:
  • determine whether or not the status bar is displayed
  • show or hide the status bar of a window.
SystemBarColorLa propiedad SystemBarColor obtiene o establece el color de la barra del sistema de ventanas con pantalla completa en dispositivos móviles.
TextDirectionThe TextDirection property is used to determine and change the writing direction in a window, report or control (useful for languages such as Arabic or Hebrew).
TitleThe Title property is used to:
  • Get the title of a Table control column, a Chart control, a window or a page
  • Change the title of a Table control column, a Chart control, a window or a page.
TitleHeightLa propiedad TitleHeight obtiene y establece:
  • la altura del título de las columnas de una Tabla o control Tabla TreeView.
  • la altura de la barra de título de un control Panel acoplable.
  • la altura de la barra de título de una ventana con una barra de título personalizada.
TypeThe Type property is used to get:
  • the type of element (data file or item) defined programmatically or in the data model editor, view or query.
  • the type of object.
  • the type of data held in a Variant.
UsefulHeightThe UsefulHeight property gets and sets the useful height of an internal window (or supercontrol) with scrollbars.
ValueThe Value property is used to:
  • Find out and modify the value of a report control.
  • Find out and modify the value of a control or the title of a window.
  • Find out the identifier of a stream.
  • Find out and modify the value of a control or the title of a page.
VisibleThe Visible property is used to:
  • Find out whether an element is visible.
  • Make an element visible or invisible.
WidthThe Width property gets and changes the width:
  • of a control or block in a report.
  • of a control (found in a window), window, column found in a table or column found in a list box (including listview).
  • of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not.
WinEditModeThe WinEditMode property is used to determine and configure the actions allowed on a window and its controls when the window switches to "Allow end users to modify the UI" mode.
XThe X property is used to:
  • Get the X-coordinate of a control, Table control column or window (position on the X-axis).
  • Get the X-coordinate of a control or window (position on the X-axis).
XInitialThe XInitial property is used to:
  • Know the abscissa:
    • of a control (position on the X-axis) when opening the window or the page.
    • of a window (position on X-axis) when opening the window.
  • Change the X-coordinate of a control anchored "to the right" (position on the X-axis) when opening the window.
  • Get the X-coordinate of a control in relation to its block (position in millimeters on the X-axis) when opening the report.
YThe Y property is used to:
  • Find out the Y-coordinate of a control or window (position on Y-axis).
  • Modify the Y-coordinate of a control or window.
YInitialLa propiedad YInitial se utiliza para:
  • Averigua la coordenada Y:
    • de un control (posición en el eje Y) al abrir la ventana o la página.
    • de una ventana (posición en el eje Y) al abrir la ventana.
  • Modificar la coordenada Y de un control anclado "a fondo" (posición en el eje vertical) al abrir la ventana.
  • Averiguar la coordenada Y de un control en relación con su bloque (posición en milímetros en el eje vertical) al abrir el informe..
ZoomLa propiedad Zoom obtiene o establece el valor del zoom:
  • en un control Imagen.
  • en un control Mapa.
  • en un control Organigrama.
  • en un control Tabla, Tabla TreeView, Tabla dinámica, Hoja de cálculo o List Box.
  • en un control Procesador de texto.
  • en un control Lector PDF.
  • en un control Cámara.
  • en un control Editor de diagramas;
  • en una ventana.
Ver también
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 18/06/2025

Señalar un error o enviar una sugerencia | Ayuda local