RECProps (record properties)
|
<< Click to Display Table of Contents >> RECProps (record properties) |
![]() ![]()
|
The RECProps structure describes the record properties, using the following fields:
Field |
Type |
Description |
iSeqNum |
UINT32 |
Specifies the sequence number of the record. Applicable if the cursor supports sequence numbers (Paradox only). |
iPhyRecNum |
UINT32 |
Specifies the record number of the record. Applicable only when physical record numbers are supported (dBASE and FoxPro only). |
bRecChanged |
UINT16 |
Determine the currenct status of a record in delayed update mode (i.e. Unmodified = 0, Modified = 1, Inserted = 2, Deleted = 3). |
bSeqNumChanged |
BOOL |
Not currently used. |
bDeleteFlag |
BOOL |
Specifies if the record is deleted. Applicable only when soft delete is supported (dBASE and FoxPro only). |