Click or drag to resize

DbfHeader Class

X#
DBF Header.
Inheritance Hierarchy
Object
  DbfHeader

Namespace:  XSharp.RDD
Assembly:  XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.19
Syntax
 CLASS DbfHeader
Request Example View Source

The DbfHeader type exposes the following members.

Constructors
  NameDescription
Public methodDbfHeader
DBF Version
Top
Properties
  NameDescription
Public propertyCodePage
Code Page
Public propertyDay
Day of last update
Public propertyDbaseLan
dBASE IV LAN value.
Public propertyEncrypted
dBASE IV encryption flag.
Public propertyFieldCount
Public propertyHeaderLen
Number of bytes in the header. (Least significant byte first.)
Public propertyIsAnsi
Is the codepage an Ansi codepage
Public propertyLastUpdate
Date of last update.
Public propertyMonth
Month of last update
Public propertyMultiUser
dBASE IV Multi User value.
Public propertyRecCount
Number of records in the table. (Least significant byte first.)
Public propertyRecordLen
Length of one data record, including deleted flag
Public propertyReserved1
Reserved flag at position 12
Public propertyReserved2
Reserved flag at position 24
Public propertyReserved3
Reserved flag at position 30
Public propertyTableFlags
Table Flags
Public propertyTransaction
Flag indicating incomplete dBASE IV transaction.
Public propertyVersion
Public propertyYear
Year of last update YY is added to a base of 1900 decimal to determine the actual year. Therefore, YY has possible values from 0x00-0xFF, which allows for a range from 1900-2155.
Top
Methods
  NameDescription
Public methodRead
Public methodWrite
Top
See Also