We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Proposed workaround:
{$IF CompilerVersion <31.0} // 10.1 Berlin type TStringListHelper = class helper for TStringList function AddPair (const AName,AValue : string) : integer; end; { ------------------------------------------------------------------- } function TStringListHelper.AddPair (const AName,AValue : string) : integer; begin Result:=Add(AName+NameValueSeparator+AValue); end; {$ENDIF}
Propsed change:
JSO2 := JSA.Items[0] as tjsonobject;
The text was updated successfully, but these errors were encountered:
Thanks, I'll install a Seattle on a VM and will update the library soon.
Sorry, something went wrong.
DeveloppeurPascal
No branches or pull requests
Proposed workaround:
Propsed change:
JSO2 := JSA.Items[0] as tjsonobject;
The text was updated successfully, but these errors were encountered: