| |
Abbreviation | La propiedad Abbreviation obtiene la abreviatura de un archivo de datos. |
AdditionCompleted | La propiedad AdditionCompleted determina si se agregó un elemento a una cola, lista o pila o si la operación está en curso. |
After | La propiedad After reemplaza o inserta un procedimiento después de los otros procedimientos en: - una variable de tipo Procedure.
- un evento asociado a un control.
|
Alias | La 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).
|
Anchor | La propiedad Anchor establece el anclaje de un control en una ventana, página o reporte. |
AnchorRateBottom | La 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.
|
AnchorRateHeight | La propiedad AnchorRateHeight se utiliza para:- Averigüe el índice de anclaje vertical de un control.
- Modificar la tasa de anclaje vertical de un control.
|
AnchorRateRight | En 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.
|
AnchorRateWidth | La 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.
|
Animation | La propiedad Animation permite animar una imagen. |
AutoBrowse | The AutoBrowse property is used determine if the browse operation performed in a data-bound List Box, Looper, Table or Combo Box control is automatic or programmed. |
BackgroundColor | La propiedad BackgroundColor permite establecer el color de fondo de un control, ventana, página o bloque de un reporte. |
BackgroundImage | The ImageFond property lets you view and modify the background image of an element: window, page, field or state. |
BackgroundImageState | The BackgroundImageState property allows you to get and change the number of drawings in the image associated with the background of a button. |
BackgroundStyle | The BackgroundStyle property is used to get and modify the background style of cells in tables and/or TreeView Tables. |
Before | La propiedad Before reemplaza o inserta un procedimiento antes de los demás procedimientos en: - una variable de tipo Procedure.
- un evento asociado a un control.
|
BrowsedFile | The BrowsedFile property gets and sets the data source used to display records in data-bound controls. |
BrowsedItem | The 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.
|
CalculatedDefaultValue | La dirección CalculatedDefaultValue se utiliza para:- Averiguar la expresión SQL que define el valor por defecto de un elemento. Este elemento se definió en el editor de análisis o mediante programación.
- Defina la expresión SQL que devuelve el valor por defecto de un elemento (elemento descrito únicamente mediante programación).
|
CalculatedItemExpression | The CalculatedItemExpression property is used to:- Find out the SQL expression that defines the value of a calculated item. This item was defined in the data model editor or programmatically.
- Define the SQL expression returning the value of a calculated item (when describing the item through programming).
|
CalendarButton | The CalendarButton property is used to determine and specify whether a Date Edit control has a button to display a popup calendar. |
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.
|
Checked | La propiedad Checked obtiene y establece el estado de la marca de verificación de un elemento. |
Class | La propiedad Class permite obtener el tipo real de la instancia de clase manipulada por una variable de tipo object, variant o dynamic object. |
Collapsed | The 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.
|
CollapsedImage | La página CollapsedImage se utiliza para: - averiguar y/o modificar la imagen por defecto asociada a una fila colapsada en un control Tabla TreeView.
- averiguar y/o modificar la imagen por defecto asociada a una fila colapsada en un control TreeView.
- averiguar y/o modificar la imagen asociada a una fila colapsada específica 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".
|
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.
|
ColumnWidth | The ColumnWidth property gets and sets the width of each column in a multi-column Looper control. |
CompositeKey | La propiedad CompositeKey determina si un campo es una clave compuesta. |
Connection | La propiedad Connection obtiene y establece la conexión asociada a un archivo de datos. |
Content | La 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.
|
ContextMenu | The 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.
|
Count | Returns the number of occurrences of a control in a window, in a page or in a group of controls. |
Cursor | La 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.
|
CursorEnd | The 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.
|
Database | La propiedad Database permite gestionar la base de datos asociada a una conexión (HFSQL Client/Server, OLE DB, etc.). |
DataBinding | La propiedad DataBinding obtiene y cambia el enlace entre un control y:- un campo de un archivo de datos.
- una variable.
- varias variables.
|
Date | La propiedad Date se utiliza para:- Recuperar la fecha de una variable DateTime.
- Modificar la fecha en una variable DateTime.
- Recuperar la fecha de un elemento Fecha (en formato "Fecha y hora") .
- Modificar la fecha en un elemento Fecha (en formato "Fecha y hora")
|
Day | The Day property is used to:- Get the day from a Date or DateTime variable, or get the number of days from a Duration variable.
- Change the day of a Date or DateTime variable, or change the number of days of a Duration variable.
- Get the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format)
- Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)
|
DefaultValue | The DefaultValue property is used to:- Find out the default value of an item. This item was defined in the data model editor or programmatically.
- Set the default value of an item (only for items defined programmatically).
|
DescribedName | En DescribedName se utiliza para manejar el nombre lógico de los archivos de datos HFSQL (ignorando los posibles cambios realizados por HAlias). |
DescribedPhysicalName | La dirección DescribedPhysicalName se utiliza para gestionar el nombre físico de los archivos de datos HFSQL. |
DisplayCurrency | The DisplayCurrency property gets and sets the currency used when entering or displaying values in a "Currency + Euro" control. |
DisplayedItem | The 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.
|
DisplayedValue | The DisplayedValue property returns the value currently displayed in the control of a window or page. |
DisplayEnabled | La 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.
|
DisplayMask | The 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. |
DndSource | The DndSource property is used to determine and change a control's drag-and-drop behavior. |
DndTarget | The DndTarget property determines and changes how a control behaves in a drag-and-drop operation. |
DoubleClick | La propiedad DoubleClick obtiene y establece el nombre del control Button que se ejecutará cuando se haga doble clic sobre un control. |
Ellipsis | The 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.
|
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.
|
Encryption | La propiedad Encryption permite gestionar el tipo de cifrado utilizado entre un equipo Cliente y un servidor HFSQL. |
EndDate | La 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.
|
Exist | El Exist Property determina si el elemento de un array asociativo existe. |
ExpandedImage | La 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".
|
FicEncryption | La propiedad FicEncryption establece el método de cifrado de un archivo de datos. |
FillType | La dirección FillType se utiliza para determinar el tipo de fuente utilizada para rellenar los controles Table, List Box, ListView, Combo Box y Looper. |
Filter | The 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.
|
FilterCondition | La propiedad FilterCondition obtiene la condición de selección establecida con la función HFilter en un archivo de datos, vista HFSQL o consulta. |
FilteredItem | En FilteredItem se utiliza para identificar el elemento que tiene un filtro implementado por HFilter. |
FilterWithBounds | La propiedad FilterWithBounds permite saber si se han especificado límites para el filtro establecido con la función HFilter en un archivo de datos HFSQL, vista o consulta. |
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.
|
FontCondensed | The FontCondensed property is used to:- Determine if characters in a text are condensed.
- Condense (or not) the characters in a text.
|
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.
|
FontLarge | La propiedad FontLarge permite:- Determinar si el texto está expandido.
- Expandir el 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.
|
FullName | The FullName property is used to find out the full name:- of a control.
- of a window.
- of a menu option.
- of a table column.
|
Grayed | La 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.
|
Group | The 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.
|
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.
|
Hint | La propiedad Hint obtiene y establece el texto de ayuda que se muestra cuando el control Campo de entrada está vacío. |
HorizontalAlignment | La propiedad HorizontalAlignment obtiene y cambia la alineación horizontal de un control. |
Hour | The Hour property is used to:- Get the time from a variable of type Time or DateTime, or the number of hours from a variable of type Duration.
- Change the time in a variable of type Time or DateTime, or the number of hours in a variable of type Duration.
- Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item.
- Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item.
|
Image | The Image property gets and sets the background image of a control or block. |
ImageHeight | The 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.
|
ImageMode | The 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. |
ImageState | The 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.
|
ImageWidth | The ImageWidth property gets and sets the width of the image section displayed in an Image control or in the background of a Chart control. |
Index | The Index property indicates the physical index (physical order) of an item in a record. |
InitialAnimation | La propiedad InitialAnimation determina si la animación de un control Imagen, Botón, Estático o Carrusel está activada cuando se crea el control. |
InitialContent | La 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.
|
InitialFile | The InitialFile property is used to get the original name of the data file associated to an item in a query. |
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.
|
InitialItem | The property RubriqueOrigine property lets you know the original name of a field in a query. This name is known from the alias of this item. |
InitialState | La propiedad InitialState obtiene el estado inicial de un control. |
InitialValue | The property InitialValue property is used to find out the initial value of a window or page control. |
InitialVisible | La 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.
|
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).
|
InputType | The property InputType property lets you know or modify the type of input allowed by a field: Duration, Date, Numeric, etc. |
KeyType | The KeyType property is used to set the characteristics of a key item. |
Language | The Language property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item). |
LanguageDescribed | The LanguageDescribed property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item). |
Layout | La propiedad Layout se utiliza para obtener la disposición de las celdas en un control Disposición. |
LineHeight | The 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.
|
ListViewMode | The ListViewMode property is used to:- Find out the display mode of a ListView control.
- Modify the display mode of a ListView control.
|
MarginInterCell | La 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.
|
MaxHeight | The MaxHeight property gets and sets the maximum height of a control or window. |
MaxLineHeight | La propiedad MaxLineHeight obtiene y establece la altura máxima de:- las filas de un control Tabla (filas multilínea con redimensionamiento automático).
- las filas de un control Tabla TreeView.
- las filas de un control Looper.
|
MaxValue | La 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.
|
MaxWidth | The MaxWidth property gets and sets the maximum width of a control or window. |
Member | La propiedad Member permite obtener el array de elementos con nombre cuando se utiliza en variables de tipo Variant. |
Memo | The Memo property is used to determine if an item is of type memo. |
Memory | The Memory property determines if the specified control is populated programmatically or is bound to a data file. |
MemoryCurrency | The MemoryCurrency property gets and sets the currency used when manipulating a "Currency + Euro" control programmatically. |
MemoryFormat | The 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.
|
Millisecond | The Millisecond property is used to:- Retrieve the number of milliseconds from a Time, DateTime or Duration variable.
- Modify the number of milliseconds in a Time, DateTime or Duration variable.
- Retrieve the milliseconds or the number of milliseconds from a Date item (in "Date and Time" or "Duration" format)
- Modify the milliseconds or number of milliseconds in a Date item ("Date and Time" or "Duration" format)
|
MinHeight | The MinHeight property gets and sets the minimum height of a control or window. |
Minute | The Minute property is used to:- Retrieve the minutes from a Time or DateTime variable, or the number of minutes from a Duration.
- Change the minutes in a Time or DateTime variable, or the number of minutes in a Duration.
- Retrieve the minutes or the number of minutes from a Date item (in "Date and Time" or "Duration" format) or from a Time item.
- Modify the minutes or the number of minutes in a Date item (in "Date and Time" or "Duration" format) or in a Time item.
|
MinValue | La 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.
|
MinWidth | The MinWidth property gets and sets the minimum width of a control or window. |
MmoEncryption | La propiedad MmoEncryption permite definir el método de cifrado del archivo memo (.MMO) asociado a un archivo de datos. |
Modified | The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input). |
Month | The Month property is used to:- Retrieve the month from a Date or DateTime variable.
- Modify the month in a Date or DateTime variable.
- Retrieve the month from a Date item (in "Simple date" or "Date and Time" format)
- Modify the month in a Date item (in "Simple Date" or "Date and Time" format)
|
MouseCursor | The MouseCursor property gets and sets the cursor displayed when pointing over a control, window or page. |
Movable | La 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.
|
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. |
Multiselection | La 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.
|
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.
|
NbComponent | The NbComponent property is used to get the number of elements in a composite key. |
NbItem | La propiedad NbItem se utiliza para obtener el número total de elementos (incluyendo claves compuestas) en un registro de:- un archivo descrito en el editor de análisis de modelos de datos,
- un archivo descrito mediante programación,
- una vista HFSQL,
- una consulta.
|
NbKeyItem | La propiedad NbKeyItem se utiliza para obtener el número total de elementos clave (incluyendo claves compuestas) en un registro de:- un archivo descrito en el editor de análisis de modelos de datos,
- un archivo descrito mediante programación,
- una vista HFSQL,
- una consulta.
|
NbMemoItem | La propiedad NbMemoItem se utiliza para obtener el número total de ítems memo en un registro de:- un archivo descrito en el editor de análisis de modelos de datos,
- un archivo descrito mediante programación,
- una vista HFSQL,
- una consulta.
|
NbPendingThread | La propiedad NbPendingThread permite obtener el número de subprocesos en espera en una cola o pila. |
NdxEncryption | La propiedad NdxEncryption permite definir el método de cifrado del archivo de índice (.NDX) asociado a un archivo de datos. |
NewLine | La 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.
|
NewRecord | The NewRecord property is used to determine if the record is a new record or if it comes from the data file. |
Note | The 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.
|
NoteTitle | La 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.
|
Null | The Null property is used to:- Assign NULL to the item for the current record.
- Find out whether the item is associated with the NULL value for the current record.
- Define the default value of an item when the item is described programmatically.
|
NullSupported | The NullSupported property is used to manage the NULL value in HFSQL data files. |
Num1stDayOfTheWeek | La 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.
|
NumberColumn | The 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.
|
Numerical | Property Numeric property indicates whether a field is numeric. |
Password | The property Password property can be used: - on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control.
- on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection.
|
PersistedCalculatedItem | The PersistedCalculatedItem property is used to:- Find out whether the value of a calculated item is stored in the data file. This item was defined in the data model editor or programmatically.
- Define whether the value of a calculated item is stored in the data file (when describing the item through programming).
|
PhysicalName | La dirección PhysicalName se utiliza para gestionar el nombre físico de los archivos de datos HFSQL. |
Plane | La 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.
|
Process | The Process property is used to modify the processes to be executed by the events available on a control, window, page, report, etc. |
ProgressBarColor | La 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.
|
Pushed | La propiedad Pushed obtiene y establece el estado de un botón de dos estados (pulsado o liberado). |
ReturnedValue | The 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.
|
RichEdit | The property RichEdit property 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.
|
RightClick | La propiedad RightClick obtiene y establece el nombre del control Botón que se ejecutará cuando se haga clic derecho en un objeto. |
ScrollValue | La propiedad ScrollValue obtiene y establece el valor de desplazamiento. |
Second | The Second property is used to:- Retrieve the number of seconds from a Time, DateTime or Duration variable.
- Modify the number of seconds in a Time, DateTime or Duration variable.
- Retrieve the seconds or the number of seconds from a Date item (in "Date and Time" or "Duration" format)
- Modify the seconds or the number of seconds in a Date item (in "Date and Time" or "Duration" format)
|
Selected | The property Selected property allows you 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.
|
Size | The Size property is used to determine and change the size of an element. |
Sort | Sorts a WLanguage array. |
Sortable | La propiedad Sortable se utiliza para:- Determinar si una columna de control Tabla es clasificable.
- Hacer ordenable o no una columna de un control Tabla.
|
Sorted | La propiedad Sorted permite:- Determinar si un control está ordenado.
- Ordenar un control.
|
SortType | The SortType property is used to:- Find out the sort direction defined for an item or for a component of a composite key. This item was defined in the data model editor or programmatically.
- Define the sort direction for an item or for a component of a composite key (when describing the item through programming).
|
SourceWindow | The SourceWindow property is used to get the source of an internal window (i.e. the internal window displayed by the Internal Window control). |
spAge | La propiedad spAge permite obtener el tiempo transcurrido desde la última vez que se cambió la contraseña. |
spDerivation | La propiedad spDerivation permite:- Obtener la función de derivación de claves utilizada para el hash de un campo de tipo "Contraseña". Esta propiedad puede utilizarse para campos de tipo "Contraseña" definidos en el editor de análisis o mediante programación.
- Establecer la función de derivación de claves utilizada para el hash (solo para campos de tipo "Contraseña" definidos mediante programación).
|
spHash | La propiedad spHash permite:- Obtener el algoritmo utilizado para aplicar sal a un campo de tipo "Contraseña". Esta propiedad puede utilizarse para campos de tipo "Contraseña" definidos en el editor de análisis o mediante programación.
- Establecer el algoritmo utilizado para aplicar la sal (solo para campos de tipo "Contraseña" descritos mediante programación).
|
spIterationCount | La propiedad spIterationCount permite:- Obtener el número de iteraciones del algoritmo hash utilizado para un campo de tipo "Contraseña". Esta propiedad puede utilizarse para campos de tipo "Contraseña" definidos en el editor de análisis o mediante programación.
- Establecer el número de iteraciones del algoritmo hash utilizado para un campo de tipo "Contraseña" (solo para campos de tipo "Contraseña" definidos mediante programación).
|
spLength | La propiedad spLength permite:- Obtener la longitud del hash de salida. Esta propiedad puede utilizarse para campos de tipo "Contraseña" definidos en el editor de análisis o mediante programación.
- Establecer la longitud del hash de salida (solo para campos de tipo "Contraseña" definidos mediante programación).
|
spMatchesDescription | La propiedad spMatchesDescription determina si los parámetros (función de derivación de claves, algoritmo hash, número de iteraciones y longitud de salida) del campo de tipo "Contraseña" en el archivo de datos coinciden con los parámetros descritos en el análisis o mediante programación. |
StartDate | La 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.
|
State | The State property gets and sets the state of an element. |
StatusBar | The StatusBar property is used to:- determine whether or not the status bar is displayed
- show or hide the status bar of a window.
|
StoredItem | The 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.
|
StoredValue | The 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).
|
SubCaption | The property SubTitle property allows you to view and modify: - 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.
|
TABOrder | La propiedad TABOrder obtiene y establece la posición de un control en el orden de tabulación de una ventana. |
Text | The property Text property indicates whether a field is a text field. |
ThumbnailImage | La 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).
|
Time | La propiedad Time le permite:- Recuperar la hora de una variable DateTime.
- Modificar la hora en una variable DateTime.
- Recuperar la hora de un elemento Fecha (en formato "Fecha y hora")
- Modificar la hora en un elemento Fecha (formato "Fecha y Hora").
|
TimestampType | The TimestampType property is used to:- Find out the type of timestamp for an item. This item was defined in the data model editor or programmatically.
- Define the type of timestamp for a Date, Time or DateTime item (when describing the item through programming).
|
TimestampUTC | The TimestampUTC property is used to:- Find out whether a timestamp item will use UTC time or local time. This item was defined in the data model editor or programmatically.
- Define whether a timestamp item will use UTC time or local time (when describing the item through programming).
|
Title | The 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.
|
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.
|
ToolTipTitle | La 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. |
TriState | The 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.
|
Type | The 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.
|
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.
|
Vertical | La 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)..
|
VerticalAlignment | La propiedad VerticalAlignment obtiene y cambia la alineación vertical de un control. |
VerticalOrientation | El 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).
|
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).
|
XImage | The 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. |
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.
|
Year | La propiedad Year permite:- Obtener el año de una variable o campo de tipo Date o DateTime.
- Cambiar el año en una variable o campo de tipo Date o DateTime.
|
YImage | The 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. |
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. |