I'm getting error when trying to compile for Delphi 10 Seattle. It says constant object cannot be passed as var parameter in DPF.iOS.UITableView.pas line 2002 and 2026
FDPFUITableView.OnGetNumberOfSections( FDPFUITableView, FDPFUITableView.FSearchTextExists, Integer( Result ) );
FDPFUITableView.OnGetNumberOfRowsInSection( FDPFUITableView, FDPFUITableView.FSearchTextExists, numberOfRowsInSection, Integer( result ) );
Last edit: justapps 2015-09-19
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes, I just updated and now I see the package for Delphi 10 Seattle. It does compile and install the components. I'm testing now. Sorry for the missing subject in my post.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm getting error when trying to compile for Delphi 10 Seattle. It says constant object cannot be passed as var parameter in DPF.iOS.UITableView.pas line 2002 and 2026
Last edit: justapps 2015-09-19
Do you have the current version from the SVN?
Yes, I just updated and now I see the package for Delphi 10 Seattle. It does compile and install the components. I'm testing now. Sorry for the missing subject in my post.