Click or drag to resize

DbRecordInfo Enumeration

X#
This enum specifies the various values that the RecordInfo method for the IRDD interface accepts.

Namespace:  XSharp.RDD.Enums
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 enum DbRecordInfo
Members
  Member nameValueDescription
DBRI_DELETED1Gets the deleted flag for the record.
DBRI_LOCKED2Gets the locked state for the record. You may specify a specific record.
DBRI_RECSIZE3Gets the record size. You may specify a specific record.
DBRI_RECNO4Gets the record number.
DBRI_UPDATED5Gets/Sets a boolean indicating if the current record is updated.
DBRI_BUFFPTR6Gets the buffer used by the RDD system for the record data. This is an array of bytes in X#.
DBRI_ENCRYPTED7Harbour: Is the current record encrypted?
DBRI_RAWMEMOS8Harbour extension: Return all the memos in the current record as one string.
DBRI_RAWDATA9Harbour extension: Return the current record and all the memos in the current record as one string.
DBRI_RAWRECORD10Harbour extension: Return the current record as one string.
DBRI_USER1000Offset of user defined values.
Remarks
Tip Tip
These enums are also available as DEFINES and can therefore also be used without the "DbRecordInfo." prefix.
See Also