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
These properties can be used on the HFSQL objects described in the data model editor, in the query editor or programmatically.
AbbreviationLa propiedad Abbreviation obtiene la abreviatura de un archivo de datos.
AccentSensitiveEn AccentSensitive se utiliza para determinar si los caracteres acentuados se tienen en cuenta en las diferentes búsquedas realizadas en el elemento (con HReadSeek, HReadSeekFirst y HReadSeekLast, por ejemplo).
AccessLa propiedad Access permite gestionar el tipo de acceso de una conexión (HFSQL Client/Server, OLE DB, etc.).
ActiveDirectoryLa propiedad ActiveDirectory permite conectarse a un servidor HFSQL utilizando la autenticación de Active Directory.
BinaryThe Binary property determines if an item is binary.
BrowsedFileThe BrowsedFile property gets and sets the data source used to display records in controls based on a data file.
CacheSizeThe CacheSize property is used to:
  • Get the maximum number of records that can be stored in the cache of the Native MySQL Connector.
  • Change the maximum number of records that can be stored in the cache of the Native MySQL Connector.
CalculatedDefaultValueLa 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).
CalculatedItemExpressionThe 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).
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.
CaseSensitiveEn CaseSensitive se utiliza para determinar si las distintas búsquedas realizadas en el elemento distinguen entre mayúsculas y minúsculas (con HReadSeek, HReadSeekFirst y HReadSeekLast, por ejemplo).
CharsetLa propiedad Charset permite:
  • Obtener el conjunto de caracteres utilizado por una variable de tipo Font.
  • Cambiar el conjunto de caracteres utilizado por una variable de tipo Font.
  • Obtener el conjunto de caracteres utilizado por un archivo de datos HFSQL.
ComponentLa propiedad Component configura los diferentes componentes de una clave compuesta.
CompositeKeyLa propiedad CompositeKey determina si un campo es una clave compuesta.
CompressionLa propiedad Compression permite gestionar la compresión de datos durante una conexión (HFSQL Client/Server, etc.)
ConnectionLa propiedad Connection obtiene y establece la conexión asociada a un archivo de datos.
CtAccessLa propiedad CtAccess establece el tipo de acceso al archivo de datos al conectarse a una tabla específica a través de OLE DB.
CtCacheSizeLa propiedad CtCacheSize permite determinar y cambiar el número máximo de registros que se pueden almacenar en la caché del Conector Nativo MySQL.
CtCursorOptionsLa propiedad CtCursorOptions obtiene el tipo de cursor utilizado al conectarse a una base de datos externa.
CtDatabaseLa propiedad CtDatabase permite establecer la fuente de datos OLE DB al conectarse a una tabla específica a través de OLE DB.
CtDescribedAccessLa propiedad CtDescribedAccess establece el tipo de acceso a un archivo de datos al conectarse a una tabla específica a través de OLE DB.
CtDescribedCaptionLa propiedad CtDescribedCaption obtiene y establece el título de la conexión a la fuente de datos OLE DB.
CtDescribedDatabaseLa propiedad CtDescribedDatabase permite establecer la fuente de datos OLE DB al conectarse a una tabla específica a través de OLE DB.
CtDescribedOLEDBProviderLa propiedad CtDescribedOLEDBProvider obtiene y establece el nombre del proveedor OLE DB (también llamado servidor OLE DB).
CtDescribedPasswordLa propiedad CtDescribedPassword permite establecer la contraseña utilizada para abrir un archivo de datos en una conexión OLE DB (solo para archivos de datos definidos mediante programación).
CtDescribedUserNameLa propiedad CtDescribedUserName establece el nombre de usuario utilizado para conectarse a una tabla específica a través de OLE DB.
CtExtendedInfoLa propiedad CtExtendedInfo obtiene la información adicional insertada en la cadena de conexión a la base de datos.
CtInitialCatalogLa propiedad CtInitialCatalog permite obtener la base de datos predeterminada definida para el acceso.
CtOLEDBProviderLa propiedad CtOLEDBProvider obtiene y establece el nombre del proveedor OLE DB (también llamado servidor OLE DB).
CtUserNameLa propiedad CtUserName establece el nombre de usuario utilizado para conectarse a una tabla específica a través de OLE DB.
CursorOptionsThe CursorOptions property is used to manage the type of cursor used for a connection (Native Connectors, OLE DB, etc.).
DatabaseLa propiedad Database permite gestionar la base de datos asociada a una conexión (HFSQL Client/Server, OLE DB, etc.).
DateLa 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")
DayThe 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)
DecimalPartThe DecimalPart property is used to configure Numeric items.
DefaultValueThe 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).
DeletionRuleThe DeletionRule property is used to configure the deletion rule (integrity management) to be applied to the data file described programmatically.
DescribedDirectoryEl sitio DescribedDirectory se utiliza para gestionar el directorio físico de los archivos HFSQL.
DescribedNameEn DescribedName se utiliza para manejar el nombre lógico de los archivos de datos HFSQL (ignorando los posibles cambios realizados por HAlias).
DescribedPhysicalNameLa dirección DescribedPhysicalName se utiliza para gestionar el nombre físico de los archivos de datos HFSQL.
DirectoryEn Directorio se utiliza para gestionar el directorio físico de los archivos HFSQL.
EncryptionLa propiedad Encryption permite gestionar el tipo de cifrado utilizado entre un equipo Cliente y un servidor HFSQL.
ExecutionCompletedThe ExecutionCompleted property is used to determine whether the execution of a query or view (HFSQL Classic or Client/Server) is completed.
ExtendedInfoThe ExtendedInfo property is used to get additional information:
  • about a data file accessed by a Native Connector or HFSQL Client/Server.
  • about an item accessed by a Native Connector or HFSQL Client/Server.
  • about a connection. In this case, this property is equivalent to CtExtendedInfo.
ExtensionThe Extension property is used to:
  • get the extension of a data file defined in the data model editor or programmatically.
  • define the extension of a file (when the file is described through programming only).
FicEncryptionLa propiedad FicEncryption establece el método de cifrado de un archivo de datos.
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.
FilterConditionLa propiedad FilterCondition obtiene la condición de selección establecida con la función HFilter en un archivo de datos, vista HFSQL o consulta.
FilteredItemEn FilteredItem se utiliza para identificar el elemento que tiene un filtro implementado por HFilter.
FilterWithBoundsLa 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.
FormatThe Format property is used to define the data format of a data file.
GDPRThe GDPR property is used to:
  • find out if the GDPR applies to an item from a data file.
  • define whether the GDPR should apply to an item (in the item description in the code only).
GenerationNumberLa propiedad GenerationNumber permite obtener el número de generación del archivo de datos físico asociado al archivo de datos lógico especificado.
GUIDAnalysisThe GUIDAnalysis property returns the GUID of the analysis that was used to create the data file.
GUIDFileThe GUIDFile property returns the GUID of the file defined in the analysis that was used to create the data file.
HourThe 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.
HugeFileThe HugeFile property sets the maximum possible size of a data file.
IndexThe Index property indicates the physical index (physical order) of an item in a record.
InfoThumbnailGenerationThe InfoThumbnailGeneration property is used to determine if the thumbnails of an item have been generated successfully.
InitialFileThe InitialFile property is used to get the original name of the data file associated to an item in a query.
InitialItemThe property InitialItem property lets you know the original name of a field in a query. This name is known from the alias of this item.
IntegerPartThe IntegerPart property is used to configure Numeric items.
ItemsLa propiedad Items permite configurar los campos de un índice de texto completo.
KeyExpressionLa propiedad KeyExpression se utiliza para establecer los distintos componentes de una clave compuesta.
KeySizeThe KeySize property is used to set the characteristics of a text memo key item.
KeyTypeThe KeyType property is used to set the characteristics of a key item.
LanguageThe Language property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
LanguageDescribedThe LanguageDescribed property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
LinkedFileEl sitio LinkedFile se utiliza para establecer las características de un enlace.
LinkedKeyLa propiedad LinkedKey establece las características de una relación.
LogBackupDirectoryThe LogBackupDirectory property is used to manage the backup directory of log files.
LogDirectoryLa propiedad LogDirectory permite gestionar el directorio del archivo de registro descrito en el análisis.
LogFileThe LogFile property is used to determine if a data file is a log file.
LogMethodThe LogMethod property is used to:
  • know the logging mode used for a data file (data file defined under the data model editor or programmatically defined).
  • define the logging mode used for a data file (only when describing the data file programmatically).
ManageHTMLThe property ManageHTML property is used to set the HTML management mode in a full-text index.
ManageRTFThe property ManageRTF property is used to set the RTF management mode in a full-text index.
MaskingRuleLa propiedad MaskingRule permite obtener la regla de enmascaramiento aplicada a un campo de un archivo de datos.
MaxAutoIDLa propiedad MaxAutoID permite obtener el identificador automático máximo de un archivo de datos replicado.
MaxLinkedCardinalityLa propiedad MaxLinkedCardinality obtiene y cambia la cardinalidad máxima del campo relacionado.
MaxSourceCardinalityLa propiedad MaxSourceCardinality obtiene y cambia la cardinalidad máxima del campo de origen en la relación.
MaxThumbnailHeightThe MaxThumbnailHeight property gets and sets the maximum height of a thumbnail of an Image item (binary memo).
MaxThumbnailWidthThe MaxThumbnailWidth property is used to get or change the maximum width of a thumbnail of an Image item (binary memo).
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.
MemoThe Memo property is used to determine if an item is of type memo.
MillisecondThe 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)
MinAutoIDLa propiedad MinAutoID permite obtener el identificador automático mínimo de un archivo de datos replicado.
MinimumLengthLa propiedad MinimumLength permite configurar la longitud mínima de las palabras a indexar.
MinLinkedCardinalityLa propiedad MinLinkedCardinality obtiene y cambia la cardinalidad mínima del campo relacionado.
MinSourceCardinalityLa propiedad MinSourceCardinality obtiene y cambia la cardinalidad mínima del campo de origen de la relación.
MinuteThe 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.
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.
MmoEncryptionLa propiedad MmoEncryption permite definir el método de cifrado del archivo memo (.MMO) asociado a un archivo de datos.
MmoPackMethodLa propiedad MmoPackMethod establece el modo de compresión del archivo MMO (que contiene texto y memos binarios) asociado al archivo de datos.
ModificationRuleThe ModificationRule property is used to configure the modification rule (integrity management) to be applied to the data file described in the code.
MonthThe 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)
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.
Name55La propiedad Name55 permite manipular el nombre lógico de un archivo de datos en formato Hyper File 5.5 que no se ha migrado y que se encuentra en un análisis WINDEV 19.
NbArrayElementThe NbArrayElement property is used to configure the number of elements in an array item.
NbComponentThe NbComponent property is used to get the number of elements in a composite key.
NbDescribedThumbnailThe NbDescribedThumbnail property is used to get the number of thumbnails expected for an item.
NbItemLa 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.
NbKeyItemLa 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.
NbMemoItemLa 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.
NbThumbnailThe NbThumbnail property is used to get the number of thumbnails generated for an item.
NdxEncryptionLa propiedad NdxEncryption permite definir el método de cifrado del archivo de índice (.NDX) asociado a un archivo de datos.
NewRecordThe NewRecord property is used to determine if the record is a new record or if it comes from the data file.
NullThe 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.
NullableIndexLa propiedad NullIableIndex determina si un campo clave acepta valores "Null".
NullAllowedThe NullAllowed property is used to manage the NULL value in the items of HFSQL data files.
NullSupportedThe NullSupported property is used to manage the NULL value in HFSQL data files.
NumericalThe Numerical property indicates whether a field is of numerical type.
OperationLogDirectoryThe DirectoryJournalOperation property is used to manage the directory of the log of operations file associated with a log data file.
PasswordThe 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.
PasswordProtectedLa propiedad PasswordProtected se utiliza para determinar si un fichero de datos está protegido por contraseña.
PersistedCalculatedItemThe 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).
PhysicalNameLa dirección PhysicalName se utiliza para gestionar el nombre físico de los archivos de datos HFSQL.
ProviderLa propiedad Provider permite gestionar el tipo de una conexión (HFSQL Client/Server, OLE DB, etc.).
PunctuationSensitiveLa propiedad PunctuationSensitive permite determinar si los caracteres de puntuación (coma, punto, etc.) se tienen en cuenta en las diferentes búsquedas que se realizan sobre un campo (con las funciones HReadSeek, HReadSeekFirst y HReadSeekLast, por ejemplo).
RecordSizeLa propiedad RecordSize se utiliza para obtener el tamaño (en bytes) de un registro en:
  • un archivo descrito en el editor de análisis de modelos de datos,
  • un archivo descrito mediante programación,
  • una vista HFSQL,
  • una consulta.
RepeatableReadSupportedThe RepeatableReadSupported property is used to:
  • Know whether the data file (data file defined in the data model editor or programmatically defined) can be used in HFSQL Client/Server in a transaction with a "REPEATABLE READ" isolation mode.
  • Allow the use of a transaction that includes a "REPEATABLE READ" isolation level for a data file (only for files defined programmatically).
ReplicationThe Replication property is used to:
  • know the replication mode used for a data file (data file defined in the data model editor or programmatically defined).
  • specify the replication mode used for a data file (only for files defined programmatically).
ReplicationDirectoryLa dirección ReplicationDirectory se utiliza para gestionar el directorio de archivos de replicación (".rpl" o ".rpm").
SecondThe 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)
SecureLa propiedad Secure permite configurar el nivel de seguridad de cifrado de los archivos de datos.
ServerThe Server property is used to manage the data source of a connection (HFSQL Client/Server, OLE DB, etc.).
SizeThe Size property is used to determine and change the size of an element.
SortTypeThe 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).
SourceThe Source property can be used on:
  • Chart control field field: in this case, the Source property indicates the source of the series: table column, list of values, etc, ...
  • a connection: in this case, the Source property is used to identify or define the source of a connection (HFSQL Client/Server, OLE DB, etc.)..
SourceFileEn SourceFile se utiliza para establecer las características de un enlace.
SourceKeyLa propiedad SourceKey establece las características de una relación.
spAgeLa propiedad spAge permite obtener el tiempo transcurrido desde la última vez que se cambió la contraseña.
spDerivationLa 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).
spHashLa 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).
spIterationCountLa 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).
spLengthLa 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).
spMatchesDescriptionLa 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.
SQLCodeLa propiedad SQLCode permite obtener el código SQL de una consulta creada con el editor de consultas (archivo ".WDR").
SQLCodeExecutedLa propiedad SQLCodeExecuted obtiene el código SQL de una consulta después de reemplazar los parámetros por un valor.
StemmingThe Stemming property is used to enable stemming and to define the language used for stemming in a full-text index defined programmatically.
StopWordEn StopWord se utiliza para definir palabras clave en un Índice de texto completo definido mediante programación.
SynonymLa propiedad Synonym define los sinónimos en un índice de texto completo definido mediante programación.
TextThe Text property is used to determine if an item is a text item.
TextItemCompletedThe TextItemCompleted property is used to manage text items in an HFSQL data file.
ThumbnailThe Thumbnail property is used to:
  • get the value of an item thumbnail. This item was defined in the data model editor or programmatically.
  • get and change the image associated with a Thumbnail control.
TimeLa 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").
TimestampTypeThe 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).
TimestampUTCThe 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).
TransactionFileThe TransactionFile property is used to determine if a data file is a transaction file.
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.
TypeDescriptionLa propiedad TypeDescription permite:
  • Averiguar el tipo utilizado por un elemento de Enumeración o Combinación. Este elemento se definió en el editor de análisis o mediante programación.
  • Definir el tipo utilizado por un elemento de Enumeración o Combinación (al describir el elemento mediante programación).
UnalterableThe property Unalterable property is used to set the inalterability of a data file: the data file cannot be modified; only additions can be made.
UserLa propiedad User permite gestionar el usuario de una conexión (HFSQL Client/Server, OLE DB, etc.).
VisibleEndUserThe VisibleEndUser property is used to:
  • Find out whether an item is visible or not to the end users. This item was defined in the data model editor or programmatically.
  • Define whether an item must be visible or not to the end users (only for items defined programmatically).
WDD55The WDD55 property is used to:
  • Get the name and full path of the Hyper File 5.5 WDD file.
  • Set the name and full path of the Hyper File 5.5 WDD file.
WDD55PasswordThe WDD55Password property is used to specify the password of the 5.5 analysis that contains a Hyper File 5.5 data file used in an HFSQL Classic analysis.
YearLa 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.
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: 06/12/2024

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