Source position: bufdataset.pas line 110
type TDBCompareRec = record
CompareFunc: TCompareFunc;
Off: PtrInt;
NullBOff: PtrInt;
FieldInd: LongInt;
Size: Integer;
Options: TLocateOptions;
Desc: Boolean;
end;