mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-08 13:19:15 +02:00
* setblockreadsize virtual, noticed when cleaning out old bugreport #8203.
git-svn-id: trunk@20532 -
This commit is contained in:
parent
a6fd41b1d1
commit
a5170425aa
@ -1406,7 +1406,7 @@ type
|
||||
Function GetActive : boolean;
|
||||
Procedure UnRegisterDataSource(ADatasource : TDatasource);
|
||||
Procedure UpdateFieldDefs;
|
||||
procedure SetBlockReadSize(AValue: Integer);
|
||||
procedure SetBlockReadSize(AValue: Integer); virtual;
|
||||
Procedure SetFieldDefs(AFieldDefs: TFieldDefs);
|
||||
procedure DoInsertAppendRecord(const Values: array of const; DoAppend : boolean);
|
||||
protected
|
||||
|
Loading…
Reference in New Issue
Block a user