[Overview][Types][Classes][Procedures and functions][Index] |
Implements a structure used to compare values for a group of fields in TBufDataset
Source position: bufdataset.pas line 112
type TDBCompareStruct = array of TDBCompareRec; |
TDBCompareStruct is an array of TDBCompareRec type used to implement a structure to compare values for a group of fields in TBufDataset. TDBCompareStruct is used in the implementation of TBufIndex and its descendent classes.
|
Defines the interface used to implement indexes in TBufDataset |
|
|
Implements a structure used to compare buffers for fields in TBufDataset. |
|
|
Dataset connected to a database. |