Andrey Maximenko. Ukraine
Member²
Code:
procedure TVariables.Assign(Source: TPersistent);
...
buftype := 0;
case VarType(TParams(Source)[i].Name) of
varBoolean,
varByte,
varSmallInt,
varInteger
...
Propose to replace
Code:
VarType(TParams(Source)[i].Name)
to
Code:
TParams(Source)[i].DataType