* Move fdbf back to private section

(cherry picked from commit 9d776f058e)
This commit is contained in:
Michaël Van Canneyt 2022-07-11 18:03:32 +02:00 committed by marcoonthegit
parent b5eb207a7d
commit 4b2a7681b4

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}