mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 11:29:29 +02:00
* Merging revisions 43211 from trunk:
------------------------------------------------------------------------ r43211 | lacak | 2019-10-17 14:59:25 +0200 (Thu, 17 Oct 2019) | 1 line fcl-db: sdf: add virtual to ExtractDelimited(). Bug #36190 ------------------------------------------------------------------------ git-svn-id: branches/fixes_3_2@43226 -
This commit is contained in:
parent
c31f787eb2
commit
12117f7caf
@ -283,7 +283,7 @@ type
|
||||
procedure InternalInitFieldDefs; override;
|
||||
function BufToStore(Buffer: TRecordBuffer): String; override;
|
||||
function StoreToBuf(Source: String): String; override;
|
||||
function ExtractDelimited(const S: String; var Pos: integer): string;
|
||||
function ExtractDelimited(const S: String; var Pos: integer): string; virtual;
|
||||
public
|
||||
constructor Create(AOwner: TComponent); override;
|
||||
published
|
||||
|
Loading…
Reference in New Issue
Block a user