mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-09-15 10:29:11 +02:00
* Fix warnings
This commit is contained in:
parent
3c5f1c2e68
commit
7091f49685
@ -758,7 +758,7 @@ end;
|
||||
function TSQLDBRestDataset.DoResolveRecordUpdate(anUpdate: TRecordUpdateDescriptor): Boolean;
|
||||
|
||||
Var
|
||||
rIdx,I : Integer;
|
||||
rIdx : Integer;
|
||||
Fld : TField;
|
||||
rawData : JSValue;
|
||||
Data : TJSArray absolute rawData;
|
||||
|
Loading…
Reference in New Issue
Block a user