| |
BackgroundColor | La propiedad BackgroundColor permite establecer el color de fondo de un control, ventana, página o bloque de un reporte. |
BlurLevel | La propiedad BlurLevel obtiene y establece el porcentaje de desenfoque aplicado a un control en un reporte. |
Border | The 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.
|
Caption | In 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.
|
Color | The 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.
|
DisplayCurrency | The DisplayCurrency property gets and sets the currency used when entering or displaying values in a "Currency + Euro" control. |
Empty | The 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.
|
Font | La 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.
|
FontBold | La propiedad FontBold permite:- Determinar si el texto está en negrita.
- Cambiar el peso del texto.
|
FontCharset | The 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.
|
FontExtended | The 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.
|
FontItalic | La propiedad FontItalic permite:- Determinar si el texto está en cursiva.
- Aplicar o quitar formato de cursiva al texto.
|
FontName | The FontName property is used to:- Identify the font used in a control.
- Change the font used in a control.
|
FontSize | La 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.
|
FontStrikeOut | La propiedad FontStrikeOut se utiliza para:- Determinar si el texto mostrado está tachado.
- Aplicar formato tachado (o no) al texto mostrado en un control.
|
FontUnderlined | La propiedad FontUnderlined permite:- Determinar si el texto está subrayado.
- Subrayar (o no) un texto.
|
Height | The 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.
|
Hidden | La propiedad Hidden permite: - Determinar si un control en un reporte está oculto.
- Ocultar o desenfocar un control en un reporte.
|
HorizontalAlignment | La propiedad HorizontalAlignment obtiene y cambia la alineación horizontal de un control. |
Image | The Image property gets and sets the background image of a control or block. |
InitialHeight | La 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.
|
InitialWidth | The 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.
|
InputMask | The InputMask property is used to:- get the input mask.
- set the input mask (from the masks available for the type).
|
MemoryCurrency | The MemoryCurrency property gets and sets the currency used when manipulating a "Currency + Euro" control programmatically. |
Multiline | In 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. |
Name | The 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.
|
Size | The Size property is used to determine and change the size of an element. |
State | The State property gets and sets the state of an element. |
ToolTip | La 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 SaaSun 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.
|
Value | The 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.
|
VerticalAlignment | La propiedad VerticalAlignment obtiene y cambia la alineación vertical de un control. |
Visible | The Visible property is used to:- Find out whether an element is visible.
- Make an element visible or invisible.
|
Width | The 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.
|
X | The 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).
|
XInitial | The 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.
|
Y | The 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.
|
YInitial | La 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..
|
ZOrder | La propiedad ZOrder define el orden Z (profundidad) de un elemento. |