0

I'm migrating a project from Delphi 7 to Delphi XE3. It works correctly, however in the structure panel, it shows a list of errors:

TStringField does not contain a member named AsString
TClientDataSet does not contain a member named CreateDataSet
TList does not contain a member named Add
TToolBar does not contain a member named SetFocus
Undeclared identifier Refresh
Undeclared identifier Handle
TClientDataSet does not contain a member named Post
TPanel does not contain a member named Visible
string does not contain a member named length
string does not contain a member named IndexOf
2
  • The structure panel is often wrong. Don't worry about it. Commented Sep 14, 2017 at 18:45
  • 1
    try to analise your code first, check the errors, read the manual of delphixe3 and make the comparision with delphi xe7. A migration like this requires a full changeable environment to work correctly. Commented Sep 14, 2017 at 21:12

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.