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:
alexs75
2014-10-02 05:09:31 +00:00
parent 359f18e6a9
commit 3b69ec270c

View File

@ -264,7 +264,7 @@ type
implementation
uses CustApp, rxdconst, LazUTF8, dbconst, Variants, math;
uses CustApp, rxdconst, LazUTF8, dbutils, dbconst, Variants, math;
const
ftBlobTypes = [ftBlob, ftMemo, ftGraphic, ftFmtMemo, ftParadoxOle,
@ -1515,6 +1515,7 @@ begin
CheckDataTypes(FieldDefs);
CreateFields;
end;
(*
procedure AssignRecord(Source, Dest: TDataSet; ByName: Boolean);
var
I: Integer;
@ -1544,7 +1545,7 @@ begin
end;
end;
end;
*)
function TRxMemoryData.LoadFromDataSet(Source: TDataSet; ARecordCount: Integer;
Mode: TLoadMode): Integer;
var