mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 20:09:20 +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)
|
TDbf = class(TDataSet)
|
||||||
private
|
private
|
||||||
|
FDbfFile: TDbfFile;
|
||||||
FCursor: TVirtualCursor;
|
FCursor: TVirtualCursor;
|
||||||
FOpenMode: TDbfOpenMode;
|
FOpenMode: TDbfOpenMode;
|
||||||
FStorage: TDbfStorage;
|
FStorage: TDbfStorage;
|
||||||
@ -249,7 +250,6 @@ type
|
|||||||
procedure SetRangeBuffer(LowRange: PChar; HighRange: PChar);
|
procedure SetRangeBuffer(LowRange: PChar; HighRange: PChar);
|
||||||
|
|
||||||
protected
|
protected
|
||||||
FDbfFile: TDbfFile;
|
|
||||||
|
|
||||||
{ abstract methods }
|
{ abstract methods }
|
||||||
function AllocRecordBuffer: TRecordBuffer; override; {virtual abstract}
|
function AllocRecordBuffer: TRecordBuffer; override; {virtual abstract}
|
||||||
|
Loading…
Reference in New Issue
Block a user