AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / Desarrollar una aplicación o un sitio web / Controles, ventanas y páginas / Controles: tipos disponibles / Control Editor de diagramas
  • Presentación
  • Propiedades disponibles en una ventana
  • Propiedades disponibles en una página
  • Propiedades disponibles en código Servidor
  • Propiedades disponibles en código Navegador
  • Propiedades disponibles en PHP
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
Presentación
Puede manipular un control Editor de diagramas en una ventana o página utilizando las siguientes propiedades WLanguage.
Propiedades disponibles en una ventana
Las siguientes propiedades están asociadas a los controles Editor de diagramas:
AccessibilityLa propiedad Accessibility obtiene y establece las propiedades de accesibilidad de un control.
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.
AnchorRateRightEn AnchorRateRight se utiliza para:
  • Averiguar la tasa de anclaje cuando un control se mueve en el eje horizontal.
  • Modificar la tasa de anclaje cuando un control se desplaza sobre el eje horizontal.
AnchorRateWidthLa dirección AnchorRateWidth se utiliza para:
  • Averiguar el índice de anclaje cuando un control (o una columna de tabla) se estira sobre el eje horizontal.
  • Modificar el índice de anclaje cuando un control (o una columna de tabla) se estira sobre el eje horizontal.
BackgroundColorLa propiedad BackgroundColor permite establecer el color de fondo de un control, ventana, página o bloque de un reporte.
BorderThe property Frame property allows you to view and modify the characteristics of the frame:
  • for a report control or block.
  • for a window control.
  • for a cell of the Table control.
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.
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.
CountThe Count property returns the number of elements in a given set.
DataBindingLa propiedad DataBinding obtiene y cambia el enlace entre un control y:
  • un campo de un archivo de datos.
  • una variable.
  • varias variables.
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.
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.
DoubleClickLa propiedad DoubleClick obtiene y establece el nombre del control Button que se ejecutará cuando se haga doble clic sobre un control.
EditModeEn EditMode obtiene y establece el modo de edición del control Editor de diagramas: selección o dibujo a mano alzada.
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.
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.
WEBDEV - Código Navegador En código Navegador, solo se puede obtener información adicional de un control o página.
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.
FlexAlignSelfLa propiedad FlexAlignSelf obtiene y establece la alineación de un elemento en el eje transversal de un control Flexbox (propiedad CSS "align-self").
FlexGrowLa propiedad FlexGrow obtiene y establece el factor de crecimiento de un elemento en una línea 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.
FocusOnClickEn FocusOnClick se utiliza para:
  • Determinar si un control se enfoca al hacer clic en él.
  • Permitir o impedir que un control se centre al hacer clic en él.
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.
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.
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 property Group property allows you 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.
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.
HelpNumberLa propiedad HelpNumber permite obtener y modificar el número de ayuda asociado al control.
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.
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.
InitialValueThe property InitialValue property is used to find out the initial value of a window or page 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.
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.
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.
MarkdownLa propiedad Markdown permite habilitar o deshabilitar el formato Markdown en los controles de una ventana o reporte .
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.
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).
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.
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.
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.
OpacityThe Opacity property is used to get and define the opacity percentage for a window, or for controls in a window or page.
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.
PageLayoutLa propiedad PageLayout obtiene y establece el diseño del diagrama actual en el control Editor de diagramas. El diseño del diagrama se define en una variable de tipo diagLayout.
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.
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.
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).
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.
SelectionThe property Selection property displays 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.
SizeThe Size property is used to determine and change the size of an element.
StateThe State property gets and sets the state of an element.
StyleLa propiedad Style permite obtener y asignar el estilo completo de un control (incluyendo las sobrescrituras).
TABOrderLa propiedad TABOrder obtiene y establece la posición de un control en el orden de tabulación de una ventana.
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).
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.
ToolTipLa propiedad ToolTip obtiene y cambia el texto que se muestra en un tooltip. Este tooltip puede asociarse a:
  • un control de una ventana o página,
  • New in SaaS
    un control en un reporte. En este caso, el tooltip solo será visible en el visor de reportes.
    Nota: Esta funcionalidad solo está disponible a partir de WINDEV Suite SaaS 2025 - Update 3.
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.
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.
VisibleWithAnimationEn VisibleWithAnimation 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.
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.
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.
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.
ZOrderLa propiedad ZOrder define el orden Z (profundidad) de un elemento.
Propiedades disponibles en una página
WEBDEV - Código Servidor

Propiedades disponibles en código Servidor

Las siguientes propiedades están asociadas a los controles Editor de diagramas:
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).
BackgroundImageThe ImageFond property lets you view and modify the background image of an element: window, page, field or state.
EditModeEn EditMode obtiene y establece el modo de edición del control Editor de diagramas: selección o dibujo a mano alzada.
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.
WEBDEV - Código Navegador En código Navegador, solo se puede obtener información adicional de un control o página.
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.
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.
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 property Group property allows you 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.
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.
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.
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.
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.
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.
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.
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.
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.
SelectionThe property Selection property displays 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.
StateThe State property gets and sets the state of an element.
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.
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.
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.
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.
WEBDEV - Código Navegador

Propiedades disponibles en código Navegador

Las siguientes propiedades están asociadas a los controles Editor de diagramas:
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).
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.
WEBDEV - Código Navegador En código Navegador, solo se puede obtener información adicional de un control o página.
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.
HTMLAttributeLa propiedad HTMLAttribute lee y cambia los atributos HTML del control.
HTMLClassLa propiedad HTMLClass lee y establece el valor del atributo HTML "class" del 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.
MouseCursorThe MouseCursor property gets and sets the cursor displayed when pointing over a control, window 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.
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.
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.
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.
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.
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..
PHP

Propiedades disponibles en PHP

Las siguientes propiedades están asociadas a los controles Editor de diagramas:
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).
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.
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.
HTMLAfterThe HTMLAfter property gets and sets the HTML code inserted after the 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.
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.
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.
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.
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.
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..
Versión mínima requerida
  • Versión 27
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 16/06/2025

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