| |
Abbreviation | Returns the abbreviation of the data source. |
Charset | Allows you to find out the character set used by the data source. |
Database | Used to find out and modify the database associated with a connection (HFSQL Client/Server, OLE DB, ...). |
MaxValue | Gets the upper bound of the filter (set with HFilter) currently applied to a data source. |
MinValue | Gets the lower bound of the filter (set with HFilter) currently applied to a data source. |
MmoPackMethod | Configures the compression mode of the MMO file (containing the binary and text memos) associated with the data source. |
FilterCondition | Returns the selection condition implemented by HFilter on a data source. |
Connection | Allows you to find out the connection currently associated with a data source. |
FicEncryption | Configures the encryption mode of the data source. |
MmoEncryption | Configures the encryption mode of the memo file (.MMO extension) associated with the data source. |
NdxEncryption | Configures the encryption mode of the index file associated with the data source. |
CtAccess | Manages the type of access to the file when connecting to a specific table via OLE DB (taking into account the changes made with HConnect). |
CtDescribedAccess | Manages the type of access to the file when connecting to a specific table via OLE DB (ignoring the changes made with HConnect). |
CtDatabase | Manages the OLE DB data source when connecting to a specific table via OLE DB (taking into account the changes made with HConnect). |
CtDescribedDatabase | Manages the OLE DB data source when connecting to a specific table via OLE DB (ignoring the changes made with HConnect). |
CtExtendedInfo | Allows you to see the additional information inserted in the database connection string. |
CtInitialCatalog | Allows you to identify the default database defined for the access. |
CtDescribedCaption | Configures the caption of connection to the OLE DB data source. |
CtCursorOptions | Allows you to find out the type of cursor used during a connection to an external database. |
CtOLEDBProvider | Manages the name of the OLE DB provider (taking into account the changes made with HConnect). |
CtDescribedOLEDBProvider | Manages the name of OLE DB provider (ignoring the modifications made by HConnect). |
CtUserName | Manages the username in a connection via OLE DB (taking into account the changes made with HConnect). |
CtDescribedUserName | Manages the username in a connection via OLE DB (ignoring the changes made with HConnect). |
ExecutionCompleted | Tells you whether an HFSQL Classic or Client/Server query or view has finished executing. |
Extension | Allows you to find out and modify the extension of a data file. |
LogFile | Allows you to find out whether a data file is a log file. |
TransactionFile | Allows you to find out whether a data file is a transaction file. |
FilterWithBounds | Allows you to find out whether bounds have been specified on the filter implemented by HFilter on a data source. |
Format | Configures the format of data found in the data file (ANSI or Unicode). |
HugeFile | Configures the maximum size of data source. |
GUIDAnalysis | Returns the GUID of the analysis that was used to create the data file. |
GUIDFile | Returns the GUID of the file defined in the analysis that was used to create the data file. |
MaxAutoID | Allows you to set the maximum automation ID for a replicated file. |
MinAutoID | Allows you to set the minimum automation ID for a replicated file. |
ExtendedInfo | Returns and changes the additional information of a data file or item accessed via a Native Connector. |
LogMethod | Returns the method for logging a data file. |
NbItem | Returns the total number of items (including composite keys) found in a record of a file described in the data model editor, a file described programmatically, an HFSQL view or a query. |
NbKeyItem | Returns the total number of key items (including composite keys) found in a record of a file described in the data model editor, a file described programmatically, an HFSQL view or a query. |
NbMemoItem | Returns the total number of memo items found in a record of a file described in the data model editor, a file described through programming, an HFSQL view or a query. |
Name | Manages the name of the different HFSQL objects. |
Name55 | Manages the logical name of a file in Hyper File 5.5 format found in an analysis in HFSQL Classic format. |
DescribedName | Manages the logical name of a data file. |
PhysicalName | Manages the physical name of data files. |
DescribedPhysicalName | Manages the physical name of HFSQL data files (regardless of name changes made using HChangeName). |
NullSupported | Used to manage the NULL value in an HFSQL data file. |
GenerationNumber | Defines the generation number of the physical file associated with the specified logical file. |
PasswordProtected | Allows you to find out whether a file is password protected. |
Directory | Manages the physical directory of HFSQL data files. This property takes into account directory changes made using HChangeDir or HSubstDir. |
DescribedDirectory | Manages the physical directory of HFSQL data files. This property ignores directory changes made using HChangeDir or HSubstDir. |
LogDirectory | Manages the directory of log file described in the analysis. |
OperationLogDirectory | Allows you to manage the directory of the log of operations file associated with a Journalé file. |
ReplicationDirectory | Allows you to manage the directory of replica (".rpl" or ".rpm" file). |
LogBackupDirectory | Allows you to find out and modify the backup directory of log files. |
Replication | Enables you to identify the replication mode used for a data file (data file defined in the data model editor or programmatically defined). For the files defined through programming, you can specify whether this file is in logged replication mode or not. |
FilteredItem | Allows you to find out the item on which a filter was implemented by HFilter on a data file, an HFSQL view or a query. |
TextItemCompleted | Parameters for managing text fields in an HFSQL data file. The text items can be automatically filled with space characters (operating mode identical to the one of WINDEV 5.5) or not. |
Secure | Configures the security level for file encryption. |
RecordSize | Returns the size of a record (in bytes) while ignoring the composite keys. |
Type | Identifies and modifies the type of an item. |
WDD55 | Path of the WDD file in 5.5 format used to handle the files in 5.5 format in a WINDEV, WEBDEV or WINDEV Mobile application. |