DbRecordInfo Enumeration |
Namespace: XSharp.RDD.Enums
Member name | Value | Description | |
---|---|---|---|
DBRI_DELETED | 1 | Gets the deleted flag for the record. | |
DBRI_LOCKED | 2 | Gets the locked state for the record. You may specify a specific record. | |
DBRI_RECSIZE | 3 | Gets the record size. You may specify a specific record. | |
DBRI_RECNO | 4 | Gets the record number. | |
DBRI_UPDATED | 5 | Gets/Sets a boolean indicating if the current record is updated. | |
DBRI_BUFFPTR | 6 | Gets the buffer used by the RDD system for the record data. This is an array of bytes in X#. | |
DBRI_ENCRYPTED | 7 | Harbour: Is the current record encrypted? | |
DBRI_RAWMEMOS | 8 | Harbour extension: Return all the memos in the current record as one string. | |
DBRI_RAWDATA | 9 | Harbour extension: Return the current record and all the memos in the current record as one string. | |
DBRI_RAWRECORD | 10 | Harbour extension: Return the current record as one string. | |
DBRI_USER | 1000 | Offset of user defined values. |
Tip |
---|
These enums are also available as DEFINES and can therefore also be used without the "DbRecordInfo." prefix. |