* Move fdbf back to private section

This commit is contained in:
Michaël Van Canneyt 2022-07-11 18:03:32 +02:00
parent 9d4cdc9383
commit 9d776f058e

View File

@ -163,6 +163,7 @@ type
//====================================================================
TDbf = class(TDataSet)
private
FDbfFile: TDbfFile;
FCursor: TVirtualCursor;
FOpenMode: TDbfOpenMode;
FStorage: TDbfStorage;
@ -249,7 +250,6 @@ type
procedure SetRangeBuffer(LowRange: PChar; HighRange: PChar);
protected
FDbfFile: TDbfFile;
{ abstract methods }
function AllocRecordBuffer: TRecordBuffer; override; {virtual abstract}