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 / WLanguage / Propiedades WLanguage
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 de ventanas, páginas y controles
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.
AddChildDelayedLa propiedad AddChildDelayed indica el procedimiento a llamar cuando se hace clic en una fila de un control TreeView o Tabla TreeView para que se expanda.
AddressLa propiedad Address permite:
  • Establecer una conexión entre el control Conferencia (y el flujo asociado) y el receptor. Esta propiedad es equivalente a StreamConnect.
  • Obtener la dirección de la última solicitud de conexión saliente.
AdLoadedLa propiedad AdLoaded indica si se está cargando (y mostrando) un anuncio en el control Publicidad.
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).
AlternativeTextThe AlternativeText property is used to get and edit the alternative text of controls in a page.
AnchorLa propiedad Anchor establece el anclaje de un control en una ventana, página o reporte.
AnchorRateBottomLa propiedad AnchorRateBottom se utiliza para:
  • Averigua la tasa de anclaje cuando un control se mueve en el eje vertical.
  • Modificar la tasa de anclaje cuando un mando se desplaza sobre el eje vertical.
AnchorRateHeightLa propiedad AnchorRateHeight se utiliza para:
  • Averigüe el índice de anclaje vertical de un control.
  • Modificar la tasa de anclaje vertical de un control.
AnchorRateRightThe AnchorRateRight property is used to:
  • Find out the anchor rate when a control moves on the horizontal axis.
  • Modify the anchor rate when a control moves on the horizontal axis.
AnchorRateWidthThe AnchorRateWidth property is used to:
  • Find out the anchor rate when a control (or a table column) stretches on the horizontal axis.
  • Modify the anchor rate when a control (or a table column) stretches on the horizontal axis.
AnchorToContentThe AnchorToContent property determines and changes how the control adapts to its content.
AnimationLa propiedad Animation permite animar una imagen.
AnimationDirectionAlernateLa propiedad AnimationDirectionAlernate permite:
  • Comprobar si la animación en un control Barra de progreso infinita se reproduce primero hacia adelante y luego hacia atrás.
  • Configurar la animación en un control Barra de progreso infinita para que se reproduzca primero hacia adelante y luego hacia atrás.
AnimationDurationEl AnimationDuration Property obtiene y establece el tiempo que tarda una animación en completar un ciclo:
  • en un control de la carta. Esta duración está fijada por defecto en 30 centésimas de segundo.
  • en un infinito control de la barra de progreso. Esta duración está fijada por defecto en 200 centésimas de segundo.
  • en una galería de imágenes Control Looper.
AnimationPeriodLa propiedad AnimationPeriod se utiliza para obtener y modificar la velocidad de rotación de la animación en los controles Cubo o Carrusel.
AttachPointEndLa propiedad AttachPointEnd obtiene y establece la posición del punto de fijación final de un control Conector.
AttachPointStartLa propiedad AttachPointStart obtiene y establece la posición del punto de fijación inicial de un control Conector.
AutoBrowseThe AutoBrowse property is used determine if the browse operation performed in a List Box, Looper, Table or Combo Box control based on a data file is automatic or programmed.
AutoCorrectLa propiedad AutoCorrect permite definir un conjunto de correcciones automáticas que se aplicarán en un control Procesador de texto a medida que el usuario escribe.
Novedad versión 2025
Autofill
The Autofill property indicates the type of information to be automatically entered in an Edit control.
AutoLineWrapLa propiedad AutoLineWrap se utiliza para:
  • determina si el ajuste de línea automático está activado en un control multilínea Edit, en una columna de un control Table o TreeView o en una cabecera de fila de un control Tabla dinámica..
  • establece el modo de ajuste de línea en un control Edición multilínea, en una columna de un control Tabla o TreeView o en una cabecera de fila de un control Tabla dinámica.
AutomaticallyMinimizedThe AutomaticallyMinimized property is used to:
  • Find out the timeout before the Repositionable Note control is automatically minimized.
  • Define the timeout before the Repositionable Note control is automatically minimized.
AutomaticEraseThe AutomaticErase property is used to:
  • find out whether an edit control is in "Automatic erase" mode.
  • modify the "Automatic erase" characteristic of an edit control.
AutomaticLinkThe AutomaticLink property is used to:
  • determine if the automatic link detection mode is enabled,
  • enable or disable the automatic link detection mode.
AutomaticReorganizationThe AutomaticReorganization property gets and sets the automatic reorganization mode for the tasks in a "Gantt Chart" column.
AutomaticTextColorLa propiedad AutomaticTextColor obtiene y establece el color a utilizar para el texto de los elementos que utilizan un color "Automático".
AutomaticTooltipThe AutomaticTooltip property enables or disables automatic tooltips on List Box, Table and TreeView Table controls.
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.
BackgroundImageLineLa propiedad BackgroundImageLine obtiene y establece la imagen de fondo de cada fila:
  • de un control de Mesa,
  • de un control Tabla TreeView,
  • en un control Looper.
BackgroundImageStateThe BackgroundImageState property allows you to get and change the number of drawings in the image associated with the background of a button.
BackgroundStyleThe BackgroundStyle property is used to get and modify the background style of cells in tables and/or TreeView Tables.
BarVisibleThe BarVisible property manages the selection bar on a column of a Table or TreeView Table control.
BearingLa propiedad Bearing determina o establece la orientación del mapa que se muestra en un control Mapa.
BodyLa propiedad Body obtiene y establece el cuerpo HTML de un control de visualización HTML o de un control Editor HTML.
BorderThe Border property gets and sets the characteristics of the borders:
  • for a report control or block.
  • for a window control.
  • for a cell of the Table control.
BrowsedFileThe BrowsedFile property gets and sets the data source used to display records in controls based on a data file.
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.
ButtonTypeThe TypeButton property is used to identify and modify the type of a button field: Cancel, Interrupt, Validate, ...
CalculationInProgressLa propiedad CalculationInProgress permite determinar si los datos de un control Tabla dinámica se están calculando (de forma síncrona o asíncrona).
CalculatorButtonLa propiedad CalculatorButton permite determinar e indicar si un control Campo de entrada de tipo Numérico o Monetario tiene un botón para mostrar una calculadora emergente.
CalendarButtonThe CalendarButton property is used to determine and specify whether a Date Edit control has a button to display a popup calendar.
CameraLa propiedad Camera permite identificar y cambiar la cámara utilizada (trasera o frontal).
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.
CaptionHTMLThe CaptionHTML property is used to handle the text of a control as HTML code.
CaptionIfNewLa propiedad CaptionIfNew obtiene y establece el título de un panel abierto por el usuario final en un control Pestaña dinámica.
CaptionWidthThe CaptionWidth property gets and sets the width reserved for the text area in an Edit or Combo Box control.
CardLa propiedad Card manipula las diferentes tarjetas de una lista Kanban. Puede agregar, modificar o eliminar tarjetas de una lista Kanban, o navegar entre ellas.
CheckedLa propiedad Checked obtiene y establece el estado de la marca de verificación de un elemento.
CheckMarkStyleThe CheckMarkStyle property gets and sets the check icon of a menu option. This icon appears only if the menu option is checked.
CheckmarkVisibleLa propiedad CheckmarkVisible permite:
  • Determinar si se muestra una marca de verificación a la izquierda de una fila de un control TreeView.
  • Mostrar u ocultar una marca de verificación a la izquierda de una fila de un control TreeView.
CheckSpellThe CheckSpell property is used to enable or disable the automatic spelling checker.
ClickableLa propiedad Clickable obtiene y establece el comportamiento de un control Imagen cuando se hace clic en él.
CodeCSSLa propiedad CodeCSS permite leer y cambiar el código CSS asociado a un control Componente Web.
CodeHTMLLa propiedad CodeHTML permite leer y cambiar el código HTML asociado a un control Componente Web.
CodeJSLa propiedad CodeJS permite leer y cambiar el código JavaScript asociado a un control Componente Web.
CollapsedThe Collapsed property is used to:
  • get or define the state (collapsed or expanded) that will be used when rows are added to a TreeView Table control.
  • know or modify the wound/unwound status for:
    • the breaks of a Table control,
    • the breaks of a Looper control,
    • the break headers and footers of Table and Looper controls,
    • a Drawer control,
    • a Ribbon control,
    • a Navigation Bar control.
    • a Pivot Table control in a report.
CollapsedImageEl CollapsedImage Property se utiliza para:
  • averiguar y/o modificar la imagen por defecto associated con un fila colapsado en un control Tabla TreeView.
  • averiguar y/o modificar la imagen por defecto associated con un fila colapsado en un control TreeView.
  • averiguar y/o modificar la imagen associated con un fila específico colapsado en un control Tabla TreeView.
  • conocer y/o modificar la imagen de una fila contraída en un elemento jerárquico de un reporte de tipo "Tabla TreeView".
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.
ColumnWidthThe ColumnWidth property gets and sets the width of each column in a multi-column Looper control.
CommentThe Comment property gets and sets the different characteristics of comments in a cell of a Spreadsheet control.
CompactOptionLa propiedad CompactOption permite:
  • determinar si las opciones de un control Casilla de verificación, Botón de opción o Cuadro de mando están compactadas.
  • definir si las opciones de un control Casilla de verificación, Botón de opción o Cuadro de mando deben compactarse.
CompactToolbarLa propiedad CompactToolbar permite:
  • determinar si las barras de herramientas de la ventana están compactadas.
  • compactar o no las barras de herramientas.
CompassThe Compass property is used to:
  • show or hide the compass on a Map control,
  • determine whether the compass is displayed on a Map control.
CompilerLa propiedad Compiler obtiene y establece las opciones del compilador en el control Editor de código, en particular, qué funciones están permitidas o no.
ContentLa propiedad Content permite leer o escribir todo el contenido de un control:
  • List Box rellenado mediante programación,
  • Combo Box rellenado mediante programación,
  • Hoja de cálculo.
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).
  • WINDEV Customize the system menus of the controls by adding options.
CountThe Count property returns the number of elements in a given set.
CrosshairColorLa propiedad CrosshairColor obtiene y establece el color de la mira de un control Gráfico.
CrosshairOpacityLa propiedad CrosshairOpacity se utiliza para determinar y cambiar la opacidad de la mira en un control Gráfico.
CrosshairThicknessLa propiedad CrosshairThickness se utiliza para determinar y cambiar el grosor de la mira en un control Gráfico.
CumulatedLa propiedad Cumulated permite saber si el valor de una columna o fila de un control Tabla dinámica corresponde a un total (total al final de una fila o columna).
CurrentWorksheetLa propiedad CurrentWorksheet obtiene y establece la hoja de trabajo actual en un control Hoja de cálculo.
CursorLa propiedad Cursor obtiene y establece la posición del cursor en uno de los siguientes controles:
  • Control Campo de entrada.
  • Combo Box con entrada.
  • Columna de tipo "Campo de entrada" y de tipo "Combo Box con entrada" de un control Tabla.
  • Control Procesador de texto.
  • Control Editor HTML.
  • Control Editor de código.
CursorEndThe CursorEnd property gets and sets the end position of the mouse selection range in the following controls:
  • Edit control.
  • Editable Combo Box.
  • "Edit control" column and "Editable Combo Box" column in a Table control.
  • Word Processing control.
  • Code Editor control.
DataBindingThe DataBinding property is used to identify and change the binding between a control and:
  • a data file item.
  • a variable.
  • several variables.
DayBreakHeightLa propiedad DayBreakHeight obtiene y establece la altura de las pausas entre días en un control Planificador en el que los días están ordenados en filas y los recursos en columnas.
DayHeightLa propiedad DayHeight obtiene y establece la altura de los días en un control Planificador donde los días están ordenados en filas, y los recursos están ordenados en columnas.
DayWidthLa propiedad DayWidth se utiliza para determinar y cambiar el ancho de los días:
  • en un control Planificador donde los días se muestran por columnas y los recursos en filas.
  • en una columna del diagrama de Gantt.
DefaultFilePathLa propiedad DefaultFilePath obtiene y establece el nombre de archivo completo (ruta y nombre de archivo) sugerido de forma predeterminada al guardar un documento de un control Procesador de texto o Editor HTML mediante la opción "Guardar como".
DeleteButtonLa propiedad DeleteButton permite determinar si hay un botón de eliminación automática en un control Campo de entrada de tipo Texto y cambiar la posición.
DescriptionLa propiedad description se utiliza para obtener y cambiar la página description.
DetectionThe Detection property is used to determine and change the automatic detection of incoming streams. If the stream detection is enabled, the streams allows the detection.
DirectInputAPTLa propiedad DirectInputAPT se utiliza para determinar y especificar si el usuario puede cambiar directamente el título de una cita en un control Planificador u Organizador.
DisplayLa propiedad Display obtiene y establece el video que se muestra en el control Conferencia. El control Conferencia puede mostrar un video entrante, un video saliente, o no mostrar ningún video.
DisplayBookmarksLa propiedad DisplayBookmarks permite:
  • identificar el modo de visualización de los marcadores en un control Procesador de texto.
  • activar o desactivar los marcadores en un control Procesador de texto.
DisplayCurrencyThe DisplayCurrency property gets and sets the currency used when entering or displaying values in a "Currency + Euro" control.
DisplayedItemThe DisplayedItem property is used to:
  • Find out the item or the variable displayed by the control.
  • Modify the item or the variable displayed by the control.
DisplayedItemImageThe DisplayedItemImage property is used to:
  • Get the item that corresponds to the image displayed in a ListView control.
  • Change the item that corresponds to the image displayed in a ListView control.
DisplayedSectionLa propiedad DisplayedSection se utiliza para identificar y cambiar la parte de la imagen que se muestra en un control Image.
DisplayedValueThe DisplayedValue property returns the value currently displayed in the control of a window or page.
Novedad versión 2025
DisplayedValueComboBox
La propiedad DisplayedValueComboBox obtiene y establece el valor mostrado en un control Combo Box, es decir, el valor mostrado cuando se selecciona la fila que contiene ese valor.
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.
DisplayEvenIfNullLa propiedad DisplayEvenIfNull permite:
  • Determinar si se muestra una fila o columna de un control Tabla dinámica, incluso si no contiene ningún valor.
  • Mostrar u ocultar una fila o columna en un control Tabla dinámica si no contiene ningún valor.
DisplayFormatLa propiedad DisplayFormat obtiene y establece el formato de visualización deseado para un texto determinado: texto sin formato, RTF o Markdown.
DisplayFormattingMarksLa propiedad DisplayFormattingMarks permite:
  • Determinar si las marcas de formato están activadas o desactivadas en un control Procesador de texto.
  • Activar o desactivar las marcas de formato en un control Procesador de texto.
DisplayLinkLa propiedad DisplayLink obtiene y establece el modo de visualización de los enlaces en una columna de tipo Diagrama de Gantt.
DisplayMaskThe DisplayMask property is used to:
  • Find out the display mask.
  • Modify the display mask.
This display mask is displayed when the control is in read-only or when the control does not have focus.
DisplayModeThe DisplayMode property gets and changes:
  • the display mode in a Word Processing control,
  • the display mode in a PDF Reader control
  • the display mode in an HTML Editor control,
  • the display mode in a Kanban control
DisplayModeAutoWhenLoadingLa propiedad DisplayModeAutoWhenLoading se utiliza para determinar y cambiar el modo de visualización al cargar un documento PDF.
DisplayModePreviewLa propiedad DisplayModePreview obtiene y establece el modo de vista previa de la cámara.
DisplayOrphanLa propiedad DisplayOrphan permite:
  • Determinar si una fila o columna en un control Tabla dinámica se muestra cuando no tiene padre.
  • Cambiar el modo de visualización de una fila o una columna en un control Tabla dinámica cuando no tiene padre.
DndSourceThe DndSource property is used to determine and change a control's drag-and-drop behavior.
DndTargetThe DndTarget property determines and changes how a control behaves in a drag-and-drop operation.
DocumentLa propiedad Document permite obtener o modificar el documento HTML asociado a un control de visualización HTML o Editor HTML.
DoubleClickLa propiedad DoubleClick obtiene y establece el nombre del control Button que se ejecutará cuando se haga doble clic sobre un control.
DriverLa propiedad Driver permite obtener el controlador de captura de video al que está asociado el control Cámara.
DynamicTabThe DynamicTab property is used to:
  • Find out the type of a Tab control (static tab or dynamic tab).
  • Modify the type of a Tab control (static tab or dynamic tab).
EditModeLa propiedad EditMode obtiene y establece el modo de edición del control Editor de diagramas: selección o dibujo a mano alzada.
ElementHeightLa propiedad ElementHeight permite:
  • Averiguar o modificar la altura de los elementos de un control Organigrama.
  • Averiguar o modificar la altura de las celdas de un control Cuadro de mando.
ElementOrientationLa propiedad ElementOrientation permite obtener y cambiar la orientación de un control Organigrama.
ElementWidthLa propiedad ElementWidth permite:
  • Averiguar o modificar la anchura de los elementos de un control Organigrama.
  • Averiguar o modificar el ancho de las celdas de un control Cuadro de mando.
EllipsisThe Ellipsis property is used to determine and change the truncation mode with ellipses in:
  • a window control (Static, edit control, List box, Button, Combo box or Static table column).
  • a Static Text control in a report.
EmptyThe Empty property is used to determine if:
  • a Looper, Table, List Box or Combo Box control is empty. The field can be a file or memory field.
  • a Chart control contains no series.
  • a report control is empty (control linked to an item).
  • an array (or an associative array) contains no element.
  • an element of an associative array exists or not.
  • a queue, a list or a stack contains no element.
EmptyIfZeroLa propiedad EmptyIfZero se utiliza para:
  • Averiguar el modo de gestión del valor cero en un control.
  • Modificar el modo de gestión del valor cero en un control
EndControlLa propiedad EndControl obtiene o establece el control de destino de un control Conector.
EndDateLa propiedad EndDate obtiene y establece la fecha de finalización del período de tiempo seleccionado:
  • en un control Calendario,
  • en un control Agenda.
  • en un control Planificador.
EndTotalRangeLa propiedad EndTotalRange se utiliza para:
  • obtiene la última fecha u hora que se puede mostrar en un control Planificador o Línea de tiempo.
  • cambiar la última hora que se puede mostrar en un control Línea de tiempo.
EndVisibleRangeLa propiedad EndVisibleRange se utiliza para:
  • averigua y modifica la última fecha u hora visible en un control Planificador o en un control Línea de tiempo..
  • modificar la última hora visible en un control Línea de tiempo.
ExpandedImageLa propiedad ExpandedImage se utiliza para:
  • averiguar y modificar la imagen por defecto asociada a una fila expandida en un control Tabla TreeView.
  • averiguar y/o modificar la imagen por defecto asociada a una fila expandida en un control TreeView.
  • averiguar y modificar la imagen asociada a una fila expandida específica en un control Tabla TreeView.
  • conocer y/o modificar la imagen de una fila expandida en un elemento jerárquico de un reporte de tipo "Tabla TreeView".
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.
FileFilterLa propiedad FileFilter obtiene y establece el filtro utilizado para mostrar los archivos:
  • cuando se utiliza la entrada predictiva en un control Campo de entrada o columna de tabla con la opción "Autocompletar rutas de archivo" (en la pestaña "General" de la ventana de descripción),
  • en el selector de archivos que aparece cuando el usuario selecciona la opción "Examinar..." en el menú contextual de un control Campo de entrada, columna de tabla o control Combo Box.
FilePathLa propiedad FilePath permite obtener:
  • el nombre del archivo xlsx asociado a un control Hoja de cálculo.
  • el nombre del archivo asociado a un control Editor de imágenes.
  • el nombre del archivo PDF asociado a un control Lector PDF.
  • el nombre del archivo DOCX asociado a un control Procesador de texto.
  • el nombre del archivo wddiag asociado a un control Editor de diagramas.
FillTypeThe FillType property is used to determine the type of source used to populate Table, List Box, ListView, Combo Box and Looper controls.
FilterThe Filter property is used to identify and change the filter applied to records in:
  • Table controls based on a data file,
  • browsing TreeView Table controls,
  • browsing List Box controls,
  • Combo Box controls based on a data file,
  • Looper controls based on a data file.
FilterProcedureThe FilterProcedure property allows you to get and modify the procedure used to apply a filter on a row or column header when calculating a Pivot Table control.
FlashLa propiedad Flash determina y cambia el modo de flash en un control Cámara.
FlexAlignContentLa propiedad FlexAlignContent obtiene y establece las características de alineación de las líneas dentro del control Flexbox en el eje transversal (propiedad CSS "align-content").
FlexAlignItemsLa propiedad FlexAlignItems obtiene y establece las características de alineación de los elementos en una línea de un control Flexbox en el eje transversal (propiedad CSS "align-items").
FlexAlignSelfLa propiedad FlexAlignSelf obtiene y establece la alineación de un elemento en el eje transversal de un control Flexbox (propiedad CSS "align-self").
FlexColumnGapLa propiedad FlexColumnGap obtiene y establece el espacio que separa las columnas de un control Flexbox.
FlexDirectionLa propiedad FlexDirection obtiene y establece la dirección del eje principal de un control Flexbox (propiedad CSS "flex-direction").
FlexGrowLa propiedad FlexGrow obtiene y establece el factor de crecimiento de un elemento en una línea de un control Flexbox.
FlexJustifyContentLa propiedad FlexJustifyContent obtiene y establece la alineación de los elementos en el eje principal de un control Flexbox (propiedad CSS "justify-content").
FlexRowGapLa propiedad FlexRowGap obtiene y establece el espacio (gutter) que separa las filas de un control Flexbox.
FlexShrinkLa propiedad FlexShrink obtiene y establece el factor de contracción de un elemento en una línea de un control Flexbox.
FlexWrapLa propiedad FlexWrap determina si los elementos se distribuyen en una línea o se pueden ajustar en varias líneas (propiedad CSS "flex-wrap").
FocusOnClickThe FocusOnClick property is used to:
  • Determine if a control gains focus when clicked.
  • Allow or prevent a control from gaining focus when clicked.
FolderImageWidthThe FolderImageWidth property gets and sets the folder image width in TreeView and TreeView Table controls.
FolderModeImageThe FolderModeImage property gets and sets the display mode of the folder image in TreeView and TreeView Table controls.
FontLa propiedad Font permite
  • Obtener el identificador de la fuente utilizada en un control de un reporte, página o ventana.
  • Cambiar la fuente utilizada en un control de un reporte, página o ventana.
FontBoldLa propiedad FontBold permite:
  • Determinar si el texto está en negrita.
  • Cambiar el peso del texto.
FontCharsetThe FontCharset property is used to:
  • Find out the character set used by the screen fonts of a control.
  • Modify the character set used by the screen fonts of a control.
FontCondensedThe FontCondensed property is used to:
  • Determine if characters in a text are condensed.
  • Condense (or not) the characters in a text.
FontExtendedThe FontExtended property is used to:
  • Find out whether the spacing between characters in a text is increased.
  • Increase the spacing between characters in a text.
FontItalicLa propiedad FontItalic permite:
  • Determinar si el texto está en cursiva.
  • Aplicar o quitar formato de cursiva al texto.
FontLargeLa propiedad FontLarge permite:
  • Determinar si el texto está expandido.
  • Expandir el texto.
FontMinSizeThe FontMinSize property gets and sets the minimum size of the font used in a Static Text control with the "Reduce font" option.
FontNameThe FontName property is used to:
  • Identify the font used in a control.
  • Change the font used in a control.
FontSizeLa propiedad FontSize se utiliza para:
  • Identificar el tamaño de la fuente utilizada en un control.
  • Cambiar el tamaño de la fuente utilizada en un control.
FontStrikeOutLa propiedad FontStrikeOut se utiliza para:
  • Determinar si el texto mostrado está tachado.
  • Aplicar formato tachado (o no) al texto mostrado en un control.
FontUnderlinedLa propiedad FontUnderlined permite:
  • Determinar si el texto está subrayado.
  • Subrayar (o no) un texto.
FormattingMarksColorLa propiedad FormattingMarksColor permite:
  • obtener el color de las marcas de formato en un control Procesador de texto.
  • cambiar el color de las marcas de formato en un control Procesador de texto.
FormulaBarVisibleLa propiedad FormulaBarVisible permite:
  • Determinar si se muestra una barra de fórmulas en un control Hoja de cálculo.
  • Mostrar u ocultar una barra de fórmulas en un control Hoja de cálculo.
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.
GranularityDurationThe GranularityDuration property gets and sets the size of the grid to resize:
  • appointments in an Organizer control.
  • appointments in a Scheduler control.
  • events in a TimeLine control.
  • tasks in a Gantt Chart column.
GranularityMovementThe GranularityMovement property gets and sets the size of the grid to move:
  • appointments in an Organizer control.
  • appointments in a Scheduler control.
  • events in a TimeLine control.
  • tasks in a Gantt Chart 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.
GridlinesVisibleLa propiedad GridlinesVisible se utiliza para:
  • Determina si las líneas de cuadrícula son visibles o no en un control..
  • Mostrar u ocultar líneas de cuadrícula en un control.
GroupThe Group property is used to:
  • find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls.
  • associate a control with a group of controls.
HandwrittenInputLa propiedad HandwrittenInput se utiliza para gestionar la entrada del lápiz óptico o del ratón (Windows XP Tablet PC o Windows Vista, respectivamente).
HeaderVisibleLa propiedad HeaderVisible permite:
  • Determinar si se muestran las cabeceras de fila y columna en un control Hoja de cálculo.
  • Muestra u oculta las cabeceras de fila y columna en un control Hoja de cálculo.
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.
HeightCollapsedLa propiedad HeightCollapsed obtiene y establece la altura "contraída" de la ventana deslizante inferior asociada a la ventana actual.
HeightExpandedThe HeightExpanded property gets and sets the height of an expanded iOS 13 widget.
HeightExpandedLa propiedad HeightExpanded obtiene y establece la altura "expandida" de la ventana deslizante inferior asociada a la ventana actual.
HeightHalfExpandedLa propiedad HeightHalfExpanded obtiene y establece la altura "semiexpandida" de la ventana deslizante inferior asociada a la ventana actual.
HeightWithAnimationLa propiedad HeightWithAnimation se utiliza para modificar la altura de una celda de un control Disposición con la animación "Redimensionar celda" definida:
  • en la pestaña "Avanzado" de la ventana de descripción del proyecto (botón "Animación del control").
  • en la pestaña "Estilo" del control o proyecto.
HelpNumberThe HelpNumber property is used to identify and modify the help number associated with a control.
HideableLa propiedad Hideable determina si el usuario puede cerrar una ventana deslizante inferior con un gesto táctil.
HideWhileScrollingLa propiedad HideWhileScrolling permite:
  • Determinar si el control fijo se oculta al desplazar su contenedor,
  • Mostrar u ocultar el control fijo al desplazar su contenedor.
HintLa propiedad Hint obtiene y establece el texto de ayuda que se muestra cuando el control Campo de entrada está vacío.
HintTextColorLa propiedad HintTextColor obtiene y establece el color del texto de ayuda de un control Campo de entrada.
HorizontalAlignmentLa propiedad HorizontalAlignment obtiene y cambia la alineación horizontal de un control.
HTMLAfterThe HTMLAfter property gets and sets the HTML code inserted after the control.
HTMLAttributeLa propiedad HTMLAttribute lee y cambia los atributos HTML del control.
HTMLBeforeThe HTMLBefore property gets and changes the HTML code added before the control.
HTMLClassLa propiedad HTMLClass lee y establece el valor del atributo HTML "class" del control.
HTMLEditThe HTMLEdit property is used to:
  • find out whether a Word Processing control is displayed in optimized mode for HTML editing,
  • modify a Word Processing control to display it (or not) in optimized mode for HTML editing.
HTMLEndPageThe HTMLEndPage property gets and sets the HTML code inserted at the end of the page.
HtmlFormatThe HtmlFormat property is used to:
  • find out whether an edit control accepts the input in HTML format.
  • modify the input format of an edit control.
HTMLHeaderEl HTMLHeader Property se utiliza para get y cambiar el código HTML insertado en la cabecera de la página.
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.
IdentifierThe Identifier property gets and sets the name of the current computer shown to the participants who receive the audio or video stream. This name can be a number, for example.
IgnoreErrorLa propiedad IgnoreError obtiene y establece los diferentes errores de certificado ignorados por el control de visualización HTML y el control Página WEBDEV.
ImageThe Image property gets and sets the background image of a control or block.
ImageHeightThe ImageHeight property is used to:
  • Find out the height of the image section displayed in an image control or in the background of a chart control.
  • Modify the height of the image section displayed in an image control or in the background of a chart control.
ImageInitialHeightLa propiedad ImageInitialHeight permite obtener o establecer la altura predeterminada de una imagen en un control Editor de imágenes.
ImageInitialWidthLa propiedad ImageInitialWidth permite obtener o establecer el ancho predeterminado de una imagen en un control Editor de imágenes.
ImageModeThe ImageMode property gets and sets the display mode of an image in an Image control, in the column of a table of type Image or in the background of a Chart control in a window.
ImageStateThe ImageState property gets and sets the number of drawings in:
  • The image associated with a button.
  • The image of the cursor in a slider.
  • The image associated with the button of a sidebar pane.
  • The image associated with the button of a tab pane.
  • The image associated with the Rating control.
  • The image associated with a group in a Ribbon control.
  • The image associated with a menu option.
ImageTypeLa propiedad ImageType se utiliza para obtener el tipo de imagen que se está editando en un control Editor de imágenes (icono o imagen).
ImageWidthThe ImageWidth property gets and sets the width of the image section displayed in an Image control or in the background of a Chart control.
IncomingDataThe Receive property is used to identify and modify the type of incoming data transferred by the stream.
InitialAnimationLa propiedad InitialAnimation determina si la animación de un control Imagen, Botón, Estático o Carrusel está activada cuando se crea el control.
InitialContentLa propiedad InitialContent obtiene el contenido inicial:
  • de un control List Box rellenado mediante programación.
  • de un control Combo Box rellenado mediante programación.
  • de una columna de tipo "Lista de valores" de un control Tabla.
  • de un control Hoja de cálculo.
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.
InitialToolLa propiedad InitialTool permite obtener o cambiar la herramienta de dibujo seleccionada de forma predeterminada en un control Editor de imágenes.
InitialValueThe InitialValue property is used to get the initial value of a control in a window or page.
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 base width used for anchoring "width" fields.
  • Find out the initial width of a report control.
InputEnabledLa propiedad InputEnabled se utiliza para:
  • Determinar si un control o un grupo de controles es editable o de sólo lectura..
  • Modificar las opciones de entrada de un mando o grupo de mandos.
InputFormulaThe InputFormula property is used to:
  • find out whether the end user can enter or change formulas in a Spreadsheet control.
  • allow or prevent the end user from entering or changing formulas in a Spreadsheet control.
InputMaskThe InputMask property is used to:
  • get the input mask.
  • set the input mask (from the masks available for the type).
InputTypeThe TypeSaisie property lets you know or modify the type of input allowed by a field: Duration, Date, Numerical, ...
InputValueThe InputValue property is used to:
  • find out whether the end user can enter or change values in a Spreadsheet control.
  • allow or prevent the end user from entering or changing values in a Spreadsheet control.
InternalWindowLa propiedad InternalWindow obtiene y establece la ventana interna contenida en la ventana deslizante inferior asociada a la ventana actual.
InternalWindowPopupThe InternalWindowPopup property is used to get and modify the name of the internal window used to customize the content of marker popups in a Map control.
IntervalXLa propiedad IntervalX obtiene el intervalo entre las marcas de graduación del eje X.
IntervalYLa propiedad IntervalY obtiene el intervalo entre las marcas de graduación del eje Y.
IntervalYSecondaryAxisLa propiedad IntervalYSecondaryAxis obtiene el intervalo entre las marcas de graduación del eje Y secundario.
Novedad versión 2025
InvalidInput
The InvalidInput property determines if a control prevents the user from leaving when they enter invalid data.
InvalidInputMessageLa propiedad InvalidInputMessage obtiene y establece el mensaje que se mostrará si el control contiene datos no válidos (máscara de entrada o valor fuera de límites).
InvalidInputPreventExitLa propiedad InvalidInputPreventExit permite determinar si es posible salir del control en caso de entrada no válida.
KeywordsLa propiedad Keywords permite obtener y cambiar las palabras claves asociadas a una página.
LayoutLa propiedad Layout se utiliza para obtener la disposición de las celdas en un control Disposición.
LeftIndentThe LeftIndent property gets and sets the space to the left of the text in a control.
LibraryLa propiedad Library permite manipular las diferentes bibliotecas predefinidas asociadas a un control Editor de diagramas. Esta propiedad accede al array de bibliotecas del control Editor de diagramas.
LibraryPanelVisibleLa propiedad LibrayPanelVisible permite:
  • determinar si el panel "Biblioteca" se muestra en un control Editor de diagramas.
  • mostrar u ocultar el panel "Biblioteca" en un control Editor de diagramas.
LineCursorLa propiedad CursorLine obtiene y establece el número de la línea en la que se encuentra el cursor en un control Editor de código.
LineHeightThe LineHeight property gets and sets the height of the rows:
  • in a List Box control,
  • in a ListView control (standard display mode only),
  • in a Table control,
  • in a Combo Box control,
  • in a Looper control (height of the row),
  • in an Organizer control.
ListLa propiedad List permite manipular las diferentes listas de un control Kanban. Puede agregar, modificar y eliminar listas de un control Kanban, o navegar entre ellas.
ListViewModeThe ListViewMode property is used to:
  • Find out the display mode of a ListView control.
  • Modify the display mode of a ListView control.
LowerValueEl LowerValue Property se utiliza para:
  • Obtiene el límite inferior del interval actualmente seleccionado en un Control deslizante de rango.
  • Cambiar el límite inferior del interval actualmente seleccionado en un Control deslizante de rango.
MagnifierModeThe MagnifierMode property determines and changes how the magnifier is displayed in the column headings of a Table or TreeView Table control.
MandatoryInputThe MandatoryInput property is used to determine if a control is required and to enable or disable the required data input.
MandatoryInputMessageLa propiedad MandatoryInputMessage se utiliza para identificar y establecer el mensaje que se mostrará si el control se deja vacío (cuando la propiedad MandatoryInput está activada).
MapModeEl MapMode Property determina y cambia cómo se muestra el mapa en el control Mapa.
MarginHeightThe MarginHeight property is used to:
  • Find out the vertical margin between the widgets found in a Dashboard control.
  • Modify the vertical margin between the widgets found in a Dashboard control.
MarginInterCellLa propiedad MarginInterCell se utiliza para:
  • averiguar el margen entre filas o columnas en un control Disposición.
  • modificar el margen entre filas o columnas en un control Disposición.
MarginWidthThe MarginWidth property is used to:
  • Find out the horizontal margin between the widgets found in a Dashboard control.
  • Modify the horizontal margin between the widgets found in a Dashboard control.
MarkdownLa propiedad Markdown permite habilitar o deshabilitar el formato Markdown en los controles de una ventana o reporte .
MaskTitleDateThe MaskTitleDate property is used to identify and change the input mask used for the title of day columns in Organizer or Scheduler controls
MaskTitleTimeEl MaskTitleTime Property se utiliza para get o cambiar la máscara utilizada para el título de las columnas de tiempo:
  • en un control Agenda.
  • en un control Planificador.
  • en un control Línea de tiempo.
MaxButtonWidthThe MaxButtonWidth property is used to get and set the maximum width of a button in a tab pane.
MaxHeightThe MaxHeight property gets and sets the maximum height of a control or window.
MaxLeafPerRowThe MaxLeafPerRow property gets and sets the maximum number of elements in a row in an Organization Chart control.
MaxNbCardLa propiedad MaxNbCard obtiene y establece el número máximo de tarjetas en un control Kanban.
MaxNbSegmentThe MaxNbSegment property gets and sets the maximum number of line segments for drawing a Wire control.
MaxValueLa propiedad MaxValue permite:
  • obtener y establecer el valor superior de un reporte basado en un archivo de datos.
  • obtener el valor máximo del filtro actual.
  • obtener el valor máximo de una serie de datos en un gráfico.
  • obtener y establecer el valor máximo de algunos tipos de controles.
MaxWidthThe MaxWidth property gets and sets the maximum width of a control or window.
MaxZoomThe MaxZoom property is used to get the maximum zoom value that can be used for the Camera control (for the camera in use).
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.
MDITopThe 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.
MemoryThe Memory property determines if the specified control is populated programmatically or is based on a data file.
MemoryCurrencyThe MemoryCurrency property gets and sets the currency used when manipulating a "Currency + Euro" control programmatically.
MemoryFormatThe MemoryFormat property gets and sets the format of the value returned for:
  • Date or Time edit controls.
  • Date or Time table columns.
  • Calendar controls.
  • Static Text controls.
  • editable combo boxes.
  • table columns displayed by combo boxes.
MergeThe Merge property is used to merge the cells of a Table or TreeView Table control.
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.
MinimizedLa propiedad Minimized se utiliza para:
  • averiguar si se minimiza una nota reposicionable,
  • minimizar o restaurar una nota reposicionable.
MinValueLa propiedad MinValue permite:
  • obtener y establecer el valor inferior de un reporte basado en un archivo de datos.
  • obtener el valor mínimo del filtro actual.
  • obtener el valor mínimo de una serie de datos en un gráfico.
  • obtener y establecer el valor mínimo para algunos tipos de controles.
MinWidthThe MinWidth property gets and sets the minimum width of a control or window.
MinZoomThe MinZoom property is used to get the minimum zoom value that can be used for the Camera control (for the camera in use).
ModalLa propiedad Modal determina si la ventana deslizante inferior asociada a la ventana actual es modal o no modal.
ModificationDurationAPTThe ModificationDurationAPT property is used to determine and specify if the user can modify the duration of an appointment in a Scheduler or Organizer control.
ModifiedThe Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
ModifierPanelVisibleLa propiedad ModifierPanelVisible permite:
  • determinar si el panel "Modificador" se muestra en un control Editor de diagramas.
  • mostrar u ocultar el panel "Modificador" en un control Editor de diagramas.
MouseCursorThe MouseCursor property gets and sets the cursor displayed when pointing over a control, window or page.
MovableLa propiedad Movable se utiliza para:
  • Averiguar si una columna de la tabla puede ser desplazada por el usuario,
  • Permitir y/o prohibir que una columna de la tabla sea desplazada por el usuario.
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.
MovementAPTLa propiedad MovementAPT permite saber y especificar si los usuarios pueden mover citas en un control Planificador o Agenda.
MovementTaskLa propiedad MovementTask permite conocer y modificar la forma en que los usuarios mueven las tareas en una columna del diagrama de Gantt.
MultilineIn a window or page, the Multiline property is used to:
  • find out and modify the "Multiline" option of an Edit control.
  • find out and modify the "Multiline" option of a column in a Table control.
In a report, the Multiline property is used to determine and change the "Multiline" option of a control.
MultimediaReaderEl MultimediaReader Property se utiliza para get y cambiar el reproductor multimedia utilizado actualmente por un control Multimedia para reproducir archivos multimedia.
MultiselectionLa propiedad Multiselection obtiene y establece el modo de selección:
  • en un control Tabla y Tabla TreeView.
  • en un control Tabla dinámica.
  • en un control List Box y ListView.
  • en un control Looper.
  • en un control Calendario.
  • de archivos en un control Upload.
MultiWorksheetLa propiedad MultiWorksheet permite:
  • Averigüe si un control Hoja de cálculo gestiona varias hojas de cálculo..
  • Cambiar el modo de gestión de las hojas de cálculo de un control Hoja de cálculo.
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.
NameBrowserFileLa propiedad NameBrowserFile obtiene el nombre original del archivo que se va a subir desde el equipo del usuario.
NameServerFileThe NameServerFile property is used to get the name of the uploaded file on the server.
NavigationPaneVisibleLa propiedad NavigationPaneVisible se utiliza para mostrar el panel de miniaturas en el control Lector PDF.
NbAnimationStepsLa propiedad NbAnimationSteps se utiliza para obtener y especificar el número de dibujos de la imagen que define la animación de un control personalizado Barra de progreso infinita.
NbDayDisplayedThe NbDayDisplayed property is used to:
  • get and change the number of days displayed in an Organizer or Scheduler control.
  • get the number of days displayed in a Gantt Chart control in a report.
NbLinesPerPageLa propiedad NbLinesPerPage se utiliza para:
  • Obtener y establecer el número máximo de filas por página de un control Taba.
  • Obtener y establecer el número máximo de filas por página de un control Looper.
NbWorksheetThe NbWorksheet property is used to get the number of worksheets in a Spreadsheet control.
NewLineLa propiedad NewLine permite determinar:
  • en un control Tabla, si la fila actual se creó con la función TableAddXXX o TableInsertXXX.
  • en un control Looper, si la fila actual se creó con la función LooperAddXXX o LooperInsertXXX.
  • en un control Agenda, si la cita se creó a través del menú contextual.
  • en un control Planificador, si la cita se creó a través del menú contextual.
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.
NullIfEmptyThe NullIfEmpty property is used to:
  • Find out whether the value returned by the control is NULL if its content is empty.
  • Configure the value returned by the control if its content is empty.
Num1stDayOfTheWeekLa propiedad Num1stDayOfTheWeek obtiene y establece el primer día de la semana que se muestra en:
  • un control Calendario.
  • un control Agenda.
  • un control Planificador.
  • un control Campo de entrada en formato de fecha con calendario.
NumberAccessiblePagesThe NumberAccessiblePages property is used to get the number of pages currently loaded in a PDF Reader or Word Processing control.
NumberColumnThe NumberColumn property is used to:
  • Get the number of columns in Table, Check Box, Radio Button controls, etc..
  • Set the number of columns in a multi-column List Box control.
NumberPageThe NumberPage property is used to get:
  • the number of pages in a "multi-page" image file. This image is displayed in an Image control or in the background of a Chart control.
  • the number of pages in a PDF file displayed in an Image control.
  • the number of pages found in a PDF file displayed in a PDF Reader control.
  • the number of pages found in a DOCX file displayed in a Word Processing control.
NumberRowLa propiedad NumberRow devuelve el número máximo de filas que contienen datos en un control Hoja de cálculo. Estas filas contienen datos, una fórmula, un formato o una altura no estándar.
ObserverOrientationLa propiedad ObserverOrientation obtiene o establece el ángulo secundario de un control Carrusel.
OpacityThe Opacity property is used to get and define the opacity percentage for a window, or for controls in a window or page.
OptionThe Option property is used to configure how a Bar Code control is displayed.
OrientationTitleLa propiedad OrientationTitle permite:
  • Determinar si los encabezados de una o varias columnas de un control Tabla están inclinados.
  • Inclinar los encabezados de una o todas las columnas de un control Tabla.
OriginWaypointThe OriginWaypoint property is used to get and define the origin of points whose coordinates are specified in the WayPoint property.
OutgoingDataThe Emission property is used to identify and modify the type of outgoing data transferred by the stream.
PageBorderVisibleLa propiedad PageBorderVisible permite:
  • determinar si los bordes de página se muestran en un control Editor de diagramas.
  • mostrar u ocultar los bordes de página en un control Editor de diagramas.
PageNumberThe PageNumber property is used to:
  • get and change the number of the page displayed in an Image control ("multi-page" image files)
  • get and change the page number of a PDF file displayed in an image control of a window
  • get and change the page number of a PDF file displayed in the background of a report.
PaneThe Pane property is used to:
  • Find out the pane tabs associated with a control.
  • Define the pane tabs associated with a control.
Novedad versión 2025
PaneVisibleByDefault
La propiedad PaneVisibleByDefault determina si el panel del editor de imágenes es visible por defecto.
ParallaxRateHeightEl ParallaxRateHeight Property se utiliza para determinar y especificar a qué velocidad se reduce un control cuando se mueve la barra de desplazamiento de la ventana, ventana interna o Page.
ParallaxRateYEl ParallaxRateY Property se utiliza para determinar y especificar la velocidad a la que se mueve un control cuando se mueve la barra de desplazamiento de la ventana, ventana interna o Page.
PasswordLa propiedad Password puede utilizarse:
  • en la edición control s (o en las columnas de texto tabla) para saber si el control es una "Contraseña" control o para modificar el tipo de "Contraseña" del control.
  • on las conexiones (HFSQL Client/Server, OLE DB, etc.) para definir la contraseña del usuario que está utilizando la conexión..
PeriodSelectionLa propiedad PeriodSelection se utiliza para determinar y especificar si el usuario puede seleccionar un periodo de tiempo en un control Planificador u Organizador.
PinnedLa propiedad Pinned permite:
  • Fijar un control: la posición del control fijado se establecerá con respecto al área visible de su contenedor y no al área del contenido.
  • Determinar si un control está fijado.
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.
ProgressBarThe ProgressBar property is used to identify and change the Progress Bar control used when calculating a Pivot Table control (PVTCalculateAll and PVTCalculateUpdate functions).
ProgressBarColorLa propiedad ProgressBarColor obtiene y establece el color de progreso en los siguientes controles y elementos:
  • Control Barra de progreso,
  • Columna de tipo Barra de progreso,
  • Celda de tipo Barra de progreso,
  • Control Barra de progreso infinita.
ProgressBarSystemThe ProgressBarSystem property gets and sets the progress bar used as system progress bar (in the taskbar) with Windows 7 (and later).
PushedLa propiedad Pushed obtiene y establece el estado de un botón de dos estados (pulsado o liberado).
ReducedLa propiedad Reduced se utiliza para determinar si un control Panel acoplable está expandido/colapsado, o para alternar entre ambos estados.
ResourceThe Resource property is used to:
  • find out the resources visible in a Scheduler control.
  • find out the resource of the Scheduler control that corresponds to the specified index.
ResourceHeightEl ResourceHeight Property obtiene y establece la altura de los recursos en un control Planificador donde los recursos están dispuestos en filas.
ResourceWidthLa propiedad ResourceWidth obtiene y establece el ancho de los recursos en un control Planificador donde los recursos están ordenados en columnas.
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.
RibbonLa propiedad Ribbon se utiliza para acceder al control Ribbon del control asociado (controles Procesador de texto, Lector PDF, Hoja de cálculo, Editor de imágenes, Editor HTML o Editor de diagramas).
RichEditThe RichEdit property is used to manage the RTF (Rich Text Format) type:
  • of an edit control or Static Text control found in a window.
  • of a Static Text control found in a report.
RightClickLa propiedad RightClick obtiene y establece el nombre del control Botón que se ejecutará cuando se haga clic derecho en un objeto.
RightIndentLa propiedad RightIndent obtiene y establece el espacio a la derecha del texto en un control.
RightToLeftThe RightToLeft property is used to get the writing direction on a control, column, window or report.
RoundedCornerLa propiedad RoundedCorner permite determinar si la ventana deslizante inferior asociada a la ventana actual tiene esquinas redondeadas.
RulerModifiableThe RulerModifiable property is used to:
  • Find out whether the user can move the playhead in a TimeLine control.
  • Allow or prevent the user from moving the playhead in a TimeLine control.
RulerValueThe RulerValue property is used to get or change the position of the playhead in a TimeLine control.
RulerVisibleThe RulerVisible property is used to:
  • Determine if a playhead is visible in a TimeLine control.
  • Show or hide a playhead in a TimeLine control.
RuleVisibleThe RuleVisible property is used to:
  • Find out whether the rulers are visible or invisible in a Word Processing control.
  • Make the rulers visible or invisible in a Word Processing control.
ScreenCastAllowedLa propiedad ScreenCastAllowed se utiliza para:
  • averiguar si el usuario puede emitir el contenido mostrado en el control multimedia a un dispositivo externo (compatible con AirPlay).,
  • permitir o impedir que el usuario transmita el contenido mostrado en el control multimedia a un dispositivo externo (compatible con AirPlay).
ScreenCastInProgressLa propiedad ScreenCastInProgress se utiliza para determinar si el vídeo reproducido en un control Multimedia se está reproduciendo en un dispositivo externo (compatible con Air Play).
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.
ScrollLa propiedad Scroll obtiene y establece el valor de desplazamiento en un control Barra de desplazamiento o Control deslizante de rango.
ScrollValueLa propiedad ScrollValue obtiene y establece el valor de desplazamiento.
ScrollWithFingerThe ScrollWithFinger property is used to:
  • Determine if the content of a control can be moved with the finger ("finger scrolling").
  • Enable or disable touch-responsiveness for a control.
SearchAAFThe SearchAAF property is used to:
  • find out whether the search via AAF is enabled on a non-editable Combo Box control,
  • enable (or not) the search via AAF on a non-editable Combo Box control.
SearchValueLa propiedad SearchValue obtiene y establece el valor del campo de búsqueda en una Action Bar.
SecurityHtmlThe SecurityHtml property gets and sets the status of the security mechanism of HTML Display and HTML Editor controls.
SelectedThe Selected property is used to:
  • Select, or determine if a row is selected in a List, ListView or Table control.
  • Select, or determine if a column or cell is selected in a Table control with row or column selection.
  • Select, or determine if a WEBDEV menu option is selected.
SelectedResourceLa propiedad SelectedResource devuelve el nombre del recurso que corresponde a la selección del usuario en un control Planificador.
SelectedTextThe SelectedText property gets and sets the text selected in an Edit control, editable Combo Box control or editable column in a Table control.
SelectedTextWithTagThe SelectedTextWithTag property is used to get or change the text selected in a rich edit control (RTF or HTML) with HTML or RTF formatting tags.
SelectionThe Selection property is used to get the characteristics of the selection (or cursor):
  • in a Word Processing control.
    Note: This selection is located in the part being edited (body, header or footer)..
  • in a Spreadsheet control.
  • in an HTML Editor control.
  • in a Diagram Editor control.
SelectionDirectionThe SelectionDirection property is used to determine and change the selection direction (left to right or right to left) in a Word Processing control.
SelectionIfReadOnlyThe SelectionIfReadOnly property is used to determine and specify if the content of an Edit control can be selected when in read-only mode.
SelectionLengthThe SelectionLength property gets and sets the length of the selection made in a Word Processing control.
ShapeExtremityEndThe ShapeExtremityEnd property is used to identify and change the type of shape used for the end of a Wire control.
ShapeExtremitySizeLa propiedad ShapeExtremitySize se utiliza para identificar y cambiar el tamaño de la forma al principio y al final de un control Conector.
ShapeExtremityStartThe ShapeExtremityStart property gets and sets the source end shape of a Wire control.
ShortcutKeyThe ShortcutKey property gets and sets the keyboard shortcut associated with a control or menu option.
SizeThe Size property is used to determine and change the size of an element.
SortableLa propiedad Sortable se utiliza para:
  • Determinar si una columna de control Tabla es clasificable.
  • Hacer ordenable o no una columna de un control Tabla.
SortedLa propiedad Sorted permite:
  • Determinar si un control está ordenado.
  • Ordenar un control.
SortOptionLa propiedad SortOption obtiene y establece las opciones de ordenación utilizadas en:
  • columnas de texto en controles Tabla,
  • columnas de texto en controles Tabla TreeView,
  • controles List Box y ListView,
  • controles Combo Box,
  • atributos de controles Looper,
  • imágenes, imágenes con enlace y miniaturas con secuencia automática.
SourcePageEl SourcePage se utiliza para identificar la fuente de una página interna (es decir, la página interna mostrada por un control Internal Page ).
SourceWindowThe SourceWindow property is used to get the source of an internal window (i.e. the internal window displayed by the Internal Window control).
StartControlLa propiedad StartControl obtiene y establece el control de origen de un control Conector.
StartDateLa propiedad StartDate permite determinar y cambiar la fecha de inicio del período de tiempo seleccionado:
  • en un control Calendario.
  • en un control Agenda.
  • en un control Planificador.
StartTotalRangeLa propiedad StartTotalRange permite:
  • obtener la primera fecha u hora que se mostrará en un control Planificador o Línea de tiempo.
  • cambiar la primera hora que se muestra en un control Línea de tiempo.
StartVisibleRangeLa propiedad StartVisibleRange permite:
  • obtener y cambiar la primera fecha u hora visible en un control Planificador o Línea de tiempo.
  • cambiar la primera hora visible en un control Línea de tiempo.
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.
StoredItemThe StoredItem property is used to:
  • Get the stored item or variable of a Table, Looper, List Box or Combo Box control.
  • Change the stored item or variable of a Table, Looper, List Box or Combo Box control.
StoredValueThe StoredValue property is used to get the value currently stored by:
  • a row in a List Box, ListView or Combo Box control.
  • a "Text token" Edit control.
  • a row of a Table control.
  • an input suggestion in an Edit control (if the suggestion is selected).
StoreFilterAAFThe StoreFilterAAF property is used to determine and specify if the filters set by the user on a Table or TreeView table control are saved when an application is closed and opened again.
StoreSortAAFThe StoreSortAAF property is used to determine and specify if the sorting order defined by the user on a Table or TreeView Table control is kept when an application is closed and opened again.
StoreTheConfigurationThe StoreTheConfiguration property is used to:
  • Determine whether the configuration of the panes in a Dynamic Tab control or Ribbon control is automatically saved and restored.
  • Modify the configuration of the panes in a Dynamic Tab control or Ribbon control so that it is automatically saved and restored (or not)
StoreTheValueThe StoreTheValue property is used to:
  • Find out whether a control keeps its value between two application starts via the persistence.
  • Modify a control so that it keeps (or not) its value between two application starts via the persistence.
StyleLa propiedad Style permite obtener y asignar el estilo completo de un control (incluyendo las sobrescrituras).
SubCaptionThe SubCaption property is used to get and change:
  • the secondary caption of an option found in a Radio Button or Check Box control.
  • the secondary caption of an element found in a TreeMap control.
SwipeEnabledLa propiedad SwipeEnabled habilita o deshabilita la compatibilidad con gestos de deslizamiento:
  • en un control Ventana interna.
  • en una fila de un control Looper.
SystemBarColorLa propiedad SystemBarColor obtiene o establece el color de la barra del sistema de ventanas con pantalla completa en dispositivos móviles.
TabMDIThe TabMDI property is used to:
  • Get the type of a Tab control (simple tab or dynamic tab - MDI).
  • Change the type of a Tab control (simple tab or dynamic tab - MDI).
This property is obsolete from version 200057. Use DynamicTab.
TabOffsetLa propiedad TabOffset obtiene y establece el desplazamiento entre el borde de un control Pestaña o Cinta de opciones y las pestañas.
TABOrderLa propiedad TABOrder obtiene y establece la posición de un control en el orden de tabulación de una ventana.
TapToFocusLa propiedad TapToFocus permite:
  • Determinar si la función "pulsar para enfocar" está habilitada en un control Cámara.
  • Habilitar o deshabilitar la función "pulsar para enfocar" en un control Cámara.
TestModeLa propiedad TestMode determina si el control Publicidad muestra un anuncio de prueba.
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).
TextProgressBarLa propiedad TextProgressBar obtiene y establece el texto que se muestra en una barra de progreso.
TextWithoutFormatThe TextWithoutFormat property is used to get the text contained in a rich edit control without the formatting tags.
ThumbnailEl Thumbnail Property se utiliza para conocer y modificar el Image que se muestra en miniatura en un control Miniatura.
ThumbnailImageLa propiedad ThumbnailImage se utiliza para:
  • Obtener la imagen asociada a un elemento de un control ListView (Vista de lista).
  • Cambiar la imagen en miniatura asociada a un elemento de un control ListView (Vista de lista).
TiltLa propiedad Tilt obtiene o establece la inclinación del mapa que se muestra en un control Mapa.
TimeoutLa propiedad Timeout obtiene y establece el tiempo tras el cual se considera que la conexión ha "fallado".
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.
TitleBackgroundColorLa propiedad TitleBackgroundColor obtiene y establece el color de fondo del título de una columna de un control Tabla o Tabla dinámica.
TitleColorLa propiedad TitleColor permite:
  • obtener el color del título de una columna de un control Tabla o Tabla TreeView.
  • establecer el color del título de una o todas las columnas de un control Tabla o Tabla TreeView.
TitleHeaderThe TitleHeader property is used to:
  • Get the title and aspect of a column title-header (Table or TreeView Table control).
  • Get the number of column title-headers (Table or TreeView Table control).
  • Change the title and aspect of a column title-header (Table or TreeView Table control).
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.
TitleImageThe TitleImage property is used to get and/or change the image displayed next to the title of a column in a Table control.
TokenLa propiedad Token permite manipular los diferentes tokens asociados a un control Campo de entrada de tipo "Tokens de texto".
TokenAllowDuplicateThe TokenAllowDuplicate property is used to:
  • Allow or prevent the user from entering duplicates in a "Text token" Edit control.
  • Determine if duplicates are allowed in a "Text token" Edit control.
TokenCurrentInputLa propiedad TokenCurrentInput permite leer o cambiar el valor que se está introduciendo en un control Campo de entrada de tipo "Tokens de texto".
TokenDeletableLa propiedad TokenDeletable permite:
  • Determinar si se permite al usuario final borrar tokens en un control Campo de entrada con tokens de Text.
  • Permitir o impedir que el usuario final borre tokens en un control Campo de entrada con tokens de texto.
TokenEnabledLa propiedad TokenEnabled determina si un control Campo de entrada es de tipo "Tokens de texto".
TokenListSeparatorThe TokenListSeparator property retrieves or modifies the separators that trigger the creation of new tokens when entering information in a "Text token" Edit control.
ToolbarVisibleLa propiedad ToolbarVisible permite:
  • determinar si la barra de herramientas o la cinta de opciones se muestra en un control.
  • mostrar u ocultar la barra de herramientas o la cinta de opciones en un control.
ToolTipThe ToolTip property is gets and changes the tooltip text associated with a window or page control.
ToolTipTitleLa propiedad ToolTipTitle obtiene y establece el texto que se muestra en el tooltip asociado al título de una columna del control Tabla. El tooltip solo aparece cuando se pasa el cursor por encima del título de la columna del control Tabla.
TorchLa propiedad Torch permite determinar y cambiar la forma en que un control Cámara utiliza la linterna.
TotalNbChildrenLa propiedad TotalNbHijos devuelve el número total de hijos de una rama:
  • de un control Treeview,
  • de un control Tabla TreeView.
TotalRangeLa propiedad TotalRange obtiene y establece el rango total de datos representado por el control deslizante de rango.
TotalsEnabledThe TotauxActif property allows you to:
  • Identify the calculation method used for columns in a Table or TreeView Table control (automatic or custom),
  • Temporarily forbid or force column calculations (automatic or custom) in a Table or TreeView Table control.
TrafficInfoLa propiedad TrafficInfo se utiliza para:
  • determinar si la información sobre el tráfico se muestra en el control Mapa.
  • mostrar u ocultar la información sobre el tráfico en el control Mapa.
TransparencyModeThe TransparencyMode property gets and sets the transparency mode of an image.
TriStateThe TriState property is used to:
  • Determine if a check box option supports 3 or 2 states.
  • Determine if a TreeView control uses 3-state or 2-state check boxes.
  • Modify the type of a switch option: 3-state or 2-state options.
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.
TypeFilesEl TipoArchivos Property se utiliza para get y cambiar el filtro disponible en el selector de archivos del control Upload.
UndockablePaneLa propiedad UnlockablePane se utiliza para:
  • Determinar si el usuario final puede mover los paneles de un control Pestaña dinámica o Cinta de opciones fuera de la ventana..
  • Permitir o impedir que el usuario final mueva los paneles de un control Cinta o Pestaña dinámica fuera de la ventana..
UndockedLa propiedad Undocked se utiliza para determinar si un panel de un control Pestaña o Cinta está desacoplado.
UnicodeThe Unicode property is used to:
  • Determine if the value of a control is a Unicode string.
  • Specify whether the value of a control is a Unicode string.
UpperValueLa dirección UpperValue se utiliza para:
  • Obtener el límite superior del intervalo seleccionado actualmente en un control deslizante de rango.
  • Cambiar el límite superior del intervalo seleccionado actualmente en un control deslizante de rango.
URLThe URL property is used to:
  • Get the address associated with a control.
  • Change the address associated with a control.
UsefulHeightThe UsefulHeight property gets and sets the useful height of an internal window (or supercontrol) with scrollbars.
UsefulWidthLa propiedad UsefulWidth permite obtener y cambiar el ancho útil de una ventana interna (o de un supercontrol) con barras de desplazamiento.
UseModeThe UseMode property is used to determine or change how the PDF Reader control reacts to mouse input. The mouse is used to select text in the document or to move within the document pages.
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.
ValuePerStarLa propiedad ValuePerStar obtiene y establece el valor de una estrella en un control Valoración.
VerticalLa propiedad Vertical se utiliza para:
  • determinar si un control está orientado horizontal o verticalmente.
  • Cambia la orientación de los controles de la Mesa y del Looper (pasa de vertical a horizontal y a la inversa)..
VerticalAlignmentLa propiedad VerticalAlignment obtiene y cambia la alineación vertical de un control.
VerticalOrientationEl OrientaciónVertical Property se utiliza para:
  • Averiguar la orientación de un control ListView (Vista de lista).
  • Modificar la orientación de un control ListView (Vista de lista).
VerticalSwipeThe VerticalSwipe property gets and changes the swipe direction in an internal window with swipe gesture support.
VisibleThe Visible property is used to:
  • Find out whether an element is visible.
  • Make an element visible or invisible.
VisibleInExportAndPrintThe VisibleInExportAndPrint property is used to:
  • Find out whether a column of a Table or TreeView Table control is visible for export and printing.
  • Modify the visibility of a column in a Table or TreeView Table control for export and printing.
VisibleOutsideWindowThe VisibleOutsideWindow property is used to:
  • determine if a button is visible even if its position (X,Y) is outside the border of the window (entirely or partially).
  • modify the visibility of an "off-window" button.
VisibleRangeThe VisibleRange property gets and sets the width of the Range Slider control track.
VisibleWithAnimationLa propiedad VisibleConAnimación se utiliza para hacer visible o Invisible un control mediante la animación "Aparecer/Desaparecer".
VisualEffectThe VisualEffect property allows you to apply a visual effect on a control or group of controls in a window.
WayPointThe WayPoint property is used to determine and change the points a Wire control has to pass through.
WeightThe Weight property is used to manage the weight of an element in a TreeMap control.
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.
WidthWithAnimationLa propiedad WidthWithAnimation se utiliza para modificar la anchura de una celda de un control Disposición con la animación "Redimensionar celda" definida:
  • en la pestaña "Avanzado" de la ventana de descripción del proyecto (botón "Animación del control").
  • en la pestaña "Estilo" del control o proyecto.
WindowIfNewLa propiedad WindowIfNew obtiene y establece el nombre de la ventana interna que se abrirá si el usuario final abre una nueva pestaña en un control Pestaña dinámica.
WinEditAllowedThe WinEditAllowed property is used to determine and configure the actions allowed on a control when the window switches to "Allow end users to modify the UI" mode.
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.
WithClosingButtonLa propiedad WithClosingButton permite:
  • Determinar si todas las pestañas de un control Pestaña dinámica tienen un botón Cerrar.
  • Mostrar un botón Cerrar en todas las pestañas de un control Pestaña dinámica.
WithInputLa propiedad WithInput determina si un control Combo Box admite la entrada de datos, y activa o desactiva este comportamiento.
WithNewButtonLa propiedad WithNewButton permite:
  • Determinar si un control Pestaña dinámica tiene un botón Nueva pestaña (+).
  • Configurar un control Pestaña dinámica para que muestre un botón Nueva pestaña.
WithRotationLa propiedad WithRotation permite:
  • habilitar o deshabilitar el gesto de rotación en un control Mapa,
  • determinar si el gesto de rotación está habilitado en un control Mapa.
WithScrollLa propiedad WithScroll permite:
  • habilitar o deshabilitar el gesto de desplazamiento en un control Mapa,
  • determinar si el gesto de desplazamiento está habilitado en un control Mapa.
WithTiltLa propiedad WithTilt permite:
  • habilitar o deshabilitar el gesto de inclinación en un control Mapa,
  • determinar si el gesto de inclinación está habilitado en un control Mapa.
WithZoomLa propiedad WithZoom permite especificar y determinar si el usuario puede acercar y alejar la pantalla:
  • en un control de visualización HTML en aplicaciones Android, iPhone o iPad.
  • en un control Mapa en aplicaciones Android, iPhone o iPad.
WorkingDirectoryLa propiedad WorkingDirectory permite:
  • obtener o cambiar el directorio utilizado por el control Editor HTML para almacenar las imágenes y hojas CSS de una página HTML.
  • obtener el directorio utilizado por el control de visualización HTML para almacenar las imágenes y hojas CSS de una página HTML.
  • obtener el directorio utilizado por el control Cámara para guardar fotos y videos.
WorkingHourEndLa propiedad WorkingHourEnd se utiliza para identificar y modificar la hora de finalización de las horas de trabajo utilizadas:
  • por un control Agenda.
  • mediante un control Planificador.
  • por una columna Diagrama de Gantt (en un control Tabla o TreeView Table).
WorkingHourStartLa propiedad WorkingHourStart obtiene y establece la hora de inicio de las horas de trabajo utilizadas:
  • por un control Agenda.
  • mediante un control Planificador.
  • por una columna Diagrama de Gantt (en un control Tabla o TreeView Table).
WorksheetNameThe WorksheetName property is used to get or change the name of the current worksheet in a Spreadsheet control.
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).
XAxisMaxLa propiedad XAxisMax obtiene el valor máximo del eje X en un control Gráfico. Esta propiedad se puede utilizar en el evento "Zoom" de un control Gráfico para identificar la sección mostrada.
XAxisMinLa propiedad XAxisMin obtiene el valor mínimo del eje X de un control Gráfico. Esta propiedad se puede utilizar en el evento "Zoom" de un control Gráfico para identificar la sección mostrada.
XImageThe XImage property gets and sets the initial X-coordinate of the image section that will be displayed in an Image control or in the background of a Chart control.
XInitialThe XInitial property is used to:
  • Get the X-coordinate:
    • 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.
YAxisMaxLa propiedad YAxisMax obtiene el valor máximo del eje Y de un control Gráfico. Esta propiedad se puede utilizar en el evento "Zoom" de un control Gráfico para identificar la sección mostrada.
YAxisMinLa propiedad YAxisMin obtiene el valor mínimo del eje Y de un control Gráfico.
YImageThe YImage property gets and sets the initial Y-coordinate of the image section that will be displayed in an Image control or in the background of a Chart control.
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..
ZAxisMaxLa propiedad ZAxisMax obtiene el valor máximo del eje Z en un control Gráfico (Gráfico de superficie).
ZAxisMinLa propiedad ZAxisMin obtiene el valor mínimo del eje Z en un control Gráfico (Gráfico de superficie).
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.
ZoomWithFingerThe ZoomWithFinger property is used to:
  • determine if an Image or Camera control supports pinch zoom.
  • enable or disable pinch zoom in an Image or Camera control.
ZOrderLa propiedad ZOrder define el orden Z (profundidad) de un elemento.
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: 30/09/2024

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