| |
Abbreviation | La propiedad Abbreviation obtiene la abreviatura de un archivo de datos. |
AccentSensitive | En 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). |
Access | La propiedad Access permite gestionar el tipo de acceso de una conexión (HFSQL Client/Server, OLE DB, etc.). |
ActiveDirectory | La propiedad ActiveDirectory permite conectarse a un servidor HFSQL utilizando la autenticación de Active Directory. |
Binary | The Binary property determines if an item is binary. |
BrowsedFile | The BrowsedFile property gets and sets the data source used to display records in controls based on a data file. |
CacheSize | The 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.
|
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).
|
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.
|
CaseSensitive | En 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). |
Charset | La 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.
|
Component | La propiedad Component configura los diferentes componentes de una clave compuesta. |
CompositeKey | La propiedad CompositeKey determina si un campo es una clave compuesta. |
Compression | La propiedad Compression permite gestionar la compresión de datos durante una conexión (HFSQL Client/Server, etc.) |
Connection | La propiedad Connection obtiene y establece la conexión asociada a un archivo de datos. |
CtAccess | La propiedad CtAccess establece el tipo de acceso al archivo de datos al conectarse a una tabla específica a través de OLE DB. |
CtCacheSize | La propiedad CtCacheSize permite determinar y cambiar el número máximo de registros que se pueden almacenar en la caché del Conector Nativo MySQL. |
CtCursorOptions | La propiedad CtCursorOptions obtiene el tipo de cursor utilizado al conectarse a una base de datos externa. |
CtDatabase | La propiedad CtDatabase permite establecer la fuente de datos OLE DB al conectarse a una tabla específica a través de OLE DB. |
CtDescribedAccess | La 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. |
CtDescribedCaption | La propiedad CtDescribedCaption obtiene y establece el título de la conexión a la fuente de datos OLE DB. |
CtDescribedDatabase | La propiedad CtDescribedDatabase permite establecer la fuente de datos OLE DB al conectarse a una tabla específica a través de OLE DB. |
CtDescribedOLEDBProvider | La propiedad CtDescribedOLEDBProvider obtiene y establece el nombre del proveedor OLE DB (también llamado servidor OLE DB). |
CtDescribedPassword | La 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). |
CtDescribedUserName | La propiedad CtDescribedUserName establece el nombre de usuario utilizado para conectarse a una tabla específica a través de OLE DB. |
CtExtendedInfo | La propiedad CtExtendedInfo obtiene la información adicional insertada en la cadena de conexión a la base de datos. |
CtInitialCatalog | La propiedad CtInitialCatalog permite obtener la base de datos predeterminada definida para el acceso. |
CtOLEDBProvider | La propiedad CtOLEDBProvider obtiene y establece el nombre del proveedor OLE DB (también llamado servidor OLE DB). |
CtUserName | La propiedad CtUserName establece el nombre de usuario utilizado para conectarse a una tabla específica a través de OLE DB. |
CursorOptions | The CursorOptions property is used to manage the type of cursor used for a connection (Native Connectors, OLE DB, etc.). |
Database | La propiedad Database permite gestionar la base de datos asociada a una conexión (HFSQL Client/Server, OLE DB, etc.). |
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)
|
DecimalPart | The DecimalPart property is used to configure Numeric items. |
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).
|
DeletionRule | The DeletionRule property is used to configure the deletion rule (integrity management) to be applied to the data file described programmatically. |
DescribedDirectory | El sitio DescribedDirectory se utiliza para gestionar el directorio físico de los archivos HFSQL. |
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. |
Directory | En Directorio se utiliza para gestionar el directorio físico de los archivos HFSQL. |
Encryption | La propiedad Encryption permite gestionar el tipo de cifrado utilizado entre un equipo Cliente y un servidor HFSQL. |
ExecutionCompleted | The ExecutionCompleted property is used to determine whether the execution of a query or view (HFSQL Classic or Client/Server) is completed. |
ExtendedInfo | The 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.
|
Extension | The 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).
|
FicEncryption | La propiedad FicEncryption establece el método de cifrado de un archivo de datos. |
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. |
Format | The Format property is used to define the data format of a data file. |
GDPR | The 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).
|
GenerationNumber | La propiedad GenerationNumber permite obtener el número de generación del archivo de datos físico asociado al archivo de datos lógico especificado. |
GUIDAnalysis | The GUIDAnalysis property returns the GUID of the analysis that was used to create the data file. |
GUIDFile | The GUIDFile property returns the GUID of the file defined in the analysis that was used to create the data file. |
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.
|
HugeFile | The HugeFile property sets the maximum possible size of a data file. |
Index | The Index property indicates the physical index (physical order) of an item in a record. |
InfoThumbnailGeneration | The InfoThumbnailGeneration property is used to determine if the thumbnails of an item have been generated successfully. |
InitialFile | The InitialFile property is used to get the original name of the data file associated to an item in a query. |
InitialItem | The 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. |
IntegerPart | The IntegerPart property is used to configure Numeric items. |
Items | La propiedad Items permite configurar los campos de un índice de texto completo. |
KeyExpression | La propiedad KeyExpression se utiliza para establecer los distintos componentes de una clave compuesta. |
KeySize | The KeySize property is used to set the characteristics of a text memo key item. |
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). |
LinkedFile | El sitio LinkedFile se utiliza para establecer las características de un enlace. |
LinkedKey | La propiedad LinkedKey establece las características de una relación. |
LogBackupDirectory | The LogBackupDirectory property is used to manage the backup directory of log files. |
LogDirectory | La propiedad LogDirectory permite gestionar el directorio del archivo de registro descrito en el análisis. |
LogFile | The LogFile property is used to determine if a data file is a log file. |
LogMethod | The 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).
|
ManageHTML | The property ManageHTML property is used to set the HTML management mode in a full-text index. |
ManageRTF | The property ManageRTF property is used to set the RTF management mode in a full-text index. |
MaskingRule | La propiedad MaskingRule permite obtener la regla de enmascaramiento aplicada a un campo de un archivo de datos. |
MaxAutoID | La propiedad MaxAutoID permite obtener el identificador automático máximo de un archivo de datos replicado. |
MaxLinkedCardinality | La propiedad MaxLinkedCardinality obtiene y cambia la cardinalidad máxima del campo relacionado. |
MaxSourceCardinality | La propiedad MaxSourceCardinality obtiene y cambia la cardinalidad máxima del campo de origen en la relación. |
MaxThumbnailHeight | The MaxThumbnailHeight property gets and sets the maximum height of a thumbnail of an Image item (binary memo). |
MaxThumbnailWidth | The MaxThumbnailWidth property is used to get or change the maximum width of a thumbnail of an Image item (binary memo). |
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.
|
Memo | The Memo property is used to determine if an item is of type memo. |
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)
|
MinAutoID | La propiedad MinAutoID permite obtener el identificador automático mínimo de un archivo de datos replicado. |
MinimumLength | La propiedad MinimumLength permite configurar la longitud mínima de las palabras a indexar. |
MinLinkedCardinality | La propiedad MinLinkedCardinality obtiene y cambia la cardinalidad mínima del campo relacionado. |
MinSourceCardinality | La propiedad MinSourceCardinality obtiene y cambia la cardinalidad mínima del campo de origen de la relación. |
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.
|
MmoEncryption | La propiedad MmoEncryption permite definir el método de cifrado del archivo memo (.MMO) asociado a un archivo de datos. |
MmoPackMethod | La propiedad MmoPackMethod establece el modo de compresión del archivo MMO (que contiene texto y memos binarios) asociado al archivo de datos. |
ModificationRule | The ModificationRule property is used to configure the modification rule (integrity management) to be applied to the data file described in the code. |
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)
|
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.
|
Name55 | La 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. |
NbArrayElement | The NbArrayElement property is used to configure the number of elements in an array item. |
NbComponent | The NbComponent property is used to get the number of elements in a composite key. |
NbDescribedThumbnail | The NbDescribedThumbnail property is used to get the number of thumbnails expected for an item. |
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.
|
NbThumbnail | The NbThumbnail property is used to get the number of thumbnails generated for an item. |
NdxEncryption | La propiedad NdxEncryption permite definir el método de cifrado del archivo de índice (.NDX) asociado a un archivo de datos. |
NewRecord | The NewRecord property is used to determine if the record is a new record or if it comes from the data file. |
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.
|
NullableIndex | La propiedad NullIableIndex determina si un campo clave acepta valores "Null". |
NullAllowed | The NullAllowed property is used to manage the NULL value in the items of HFSQL data files. |
NullSupported | The NullSupported property is used to manage the NULL value in HFSQL data files. |
Numerical | The Numerical property indicates whether a field is of numerical type. |
OperationLogDirectory | The DirectoryJournalOperation property is used to manage the directory of the log of operations file associated with a log data file. |
Password | The 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.
|
PasswordProtected | La propiedad PasswordProtected se utiliza para determinar si un fichero de datos está protegido por contraseña. |
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. |
Provider | La propiedad Provider permite gestionar el tipo de una conexión (HFSQL Client/Server, OLE DB, etc.). |
PunctuationSensitive | La 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). |
RecordSize | La 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.
|
RepeatableReadSupported | The 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).
|
Replication | The 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).
|
ReplicationDirectory | La dirección ReplicationDirectory se utiliza para gestionar el directorio de archivos de replicación (".rpl" o ".rpm"). |
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)
|
Secure | La propiedad Secure permite configurar el nivel de seguridad de cifrado de los archivos de datos. |
Server | The Server property is used to manage the data source of a connection (HFSQL Client/Server, OLE DB, etc.). |
Size | The Size property is used to determine and change the size of an element. |
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).
|
Source | The 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.)..
|
SourceFile | En SourceFile se utiliza para establecer las características de un enlace. |
SourceKey | La propiedad SourceKey establece las características de una relación. |
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. |
SQLCode | La propiedad SQLCode permite obtener el código SQL de una consulta creada con el editor de consultas (archivo ".WDR"). |
SQLCodeExecuted | La propiedad SQLCodeExecuted obtiene el código SQL de una consulta después de reemplazar los parámetros por un valor. |
Stemming | The Stemming property is used to enable stemming and to define the language used for stemming in a full-text index defined programmatically. |
StopWord | En StopWord se utiliza para definir palabras clave en un Índice de texto completo definido mediante programación. |
Synonym | La propiedad Synonym define los sinónimos en un índice de texto completo definido mediante programación. |
Text | The Text property is used to determine if an item is a text item. |
TextItemCompleted | The TextItemCompleted property is used to manage text items in an HFSQL data file. |
Thumbnail | The 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.
|
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).
|
TransactionFile | The TransactionFile property is used to determine if a data file is a transaction file. |
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.
|
TypeDescription | La 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).
|
Unalterable | The property Unalterable property is used to set the inalterability of a data file: the data file cannot be modified; only additions can be made. |
User | La propiedad User permite gestionar el usuario de una conexión (HFSQL Client/Server, OLE DB, etc.). |
VisibleEndUser | The 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).
|
WDD55 | The 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.
|
WDD55Password | The 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. |
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.
|