You've already forked lazarus-ccr
RxFPC: code refactor on TRxMemDataset
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3618 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -264,7 +264,7 @@ type
|
|||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
|
||||||
uses CustApp, rxdconst, LazUTF8, dbconst, Variants, math;
|
uses CustApp, rxdconst, LazUTF8, dbutils, dbconst, Variants, math;
|
||||||
|
|
||||||
const
|
const
|
||||||
ftBlobTypes = [ftBlob, ftMemo, ftGraphic, ftFmtMemo, ftParadoxOle,
|
ftBlobTypes = [ftBlob, ftMemo, ftGraphic, ftFmtMemo, ftParadoxOle,
|
||||||
@ -1515,6 +1515,7 @@ begin
|
|||||||
CheckDataTypes(FieldDefs);
|
CheckDataTypes(FieldDefs);
|
||||||
CreateFields;
|
CreateFields;
|
||||||
end;
|
end;
|
||||||
|
(*
|
||||||
procedure AssignRecord(Source, Dest: TDataSet; ByName: Boolean);
|
procedure AssignRecord(Source, Dest: TDataSet; ByName: Boolean);
|
||||||
var
|
var
|
||||||
I: Integer;
|
I: Integer;
|
||||||
@ -1544,7 +1545,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
*)
|
||||||
function TRxMemoryData.LoadFromDataSet(Source: TDataSet; ARecordCount: Integer;
|
function TRxMemoryData.LoadFromDataSet(Source: TDataSet; ARecordCount: Integer;
|
||||||
Mode: TLoadMode): Integer;
|
Mode: TLoadMode): Integer;
|
||||||
var
|
var
|
||||||
|
Reference in New Issue
Block a user