mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 20:09:23 +02:00
* Move fdbf back to private section
(cherry picked from commit 9d776f058e
)
This commit is contained in:
parent
b5eb207a7d
commit
4b2a7681b4
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user