mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 18:09:30 +02:00
* Move fdbf back to private section
This commit is contained in:
parent
9d4cdc9383
commit
9d776f058e
@ -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