Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error line 1969 #350

Closed
jordilp69 opened this issue Mar 30, 2020 · 2 comments
Closed

error line 1969 #350

jordilp69 opened this issue Mar 30, 2020 · 2 comments
Labels
COMPATIBILITY MANTAINER Used only by the compatibility mantainers

Comments

@jordilp69
Copy link

Result := lList.ExtractAt(0);

[dcc32 Error] MVCFramework.ActiveRecord.pas(1969): E2003 Undeclared identifier: 'ExtractAt'

Delphi 10.2 Tokyo

@joaoduarte19
Copy link
Collaborator

This "ExtractAt" method was introduced in delphi 10.3 Rio. It must be changed to fit previous versions of delphi.

@joaoduarte19 joaoduarte19 added the COMPATIBILITY MANTAINER Used only by the compatibility mantainers label Mar 30, 2020
@danieleteti
Copy link
Owner

Does this line compile?

    Result := lList.Extract(lList.First);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
COMPATIBILITY MANTAINER Used only by the compatibility mantainers
Projects
None yet
Development

No branches or pull requests

3 participants