| |
BinaryLoad | Loads a binary file in a 4.1 memo item (initialize a binary memo with the file content). |
BinaryInfo | Used to get information on 4.1 binary memo (type, name, date, time and size of the source file). |
BinarySave | Saves the content of a 4.1 binary memo item in a file. |
Convert | Converts a numeric value into a binary string in order to perform a search on a numeric key. |
HAlias_55 | Creates an alias for a logical file or cancels all existing aliases of a logical file. |
HAliasExternal | Loads the description of Hyper File files contained in an analysis external to the application without closing the current analysis. |
HAssign | Modifies the access path to a file. |
HCopyRecord_55 | Copies the current record in a file to the current record of another file with the same structure. |
HCreateView_55 | Creates a view on a Hyper File file. |
HStartLock | Marks the beginning of the read lock on files. |
HDescribeKey | Describes a simple or composite key in a temporary file in Hyper File format. |
HDescribeTrigger_55 | Adds or modifies a trigger on Hyper File. |
HIsLocked | Checks whether the last WINDEV operation was run or not. |
HDuplicates | Checks the uniqueness of a key. |
HEndLock | Marks the end of lock for the files. |
HImportText_55 | Imports a text file into a Hyper File file. |
HInfoGene | Returns general information about a Hyper File file. |
HInfoItem | Used to get information about an analysis item. |
HReadLock | Reads and locks a record according to the specified record number. |
HReadLastLock | Reads and locks the last record of the file according to the key passed in parameter. |
HReadLastNoLock | Reads the last file record according to the key passed in parameter. If the file is locked, the record read is not locked. |
HReadPreviousLock | Reads and locks the previous record according to the specified key. |
HReadPreviousNoLock | Reads the previous record according to the specified key. If the file is locked, the record read is not locked |
HReadFirstLock | Reads and locks the first record of the file according to the specified key. |
HReadFirstNoLock | Reads the first record according to the specified key. If the file is locked, the record read is not locked. |
HReadSeekLock | Reads and locks the first record which value of the specified key is equal to or greater than the value of the search criterion. |
HReadSeekNoLock | Reads the first record which value of the specified key is equal to or greater than the value of the search criterion. If the file is locked, the record read is not locked. |
HReadNoLock | Reads the record according to the specified record number. If the file is locked, the record read is not locked. |
HReadNextLock | Reads and locks the previous record according to the specified key. |
HReadNextNoLock | Reads the next record according to the specified key. If the file is locked, the record read is not locked. |
HIndex_55 | Reindexes a Hyper File file belonging to the current analysis. |
HSecurity | Enables/Disables the security mechanism. |
HSubstName | Modifies the physical name of a data file. |
HViewToTable | Fills a memory table with a view. |