Thanks to visit codestin.com
Credit goes to github.com

Skip to content

WrapVclThemes.pas(109) Error: E2034 Too many actual parameters #370

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

Closed
wg0517 opened this issue Jul 25, 2022 · 0 comments
Closed

WrapVclThemes.pas(109) Error: E2034 Too many actual parameters #370

wg0517 opened this issue Jul 25, 2022 · 0 comments
Labels

Comments

@wg0517
Copy link

wg0517 commented Jul 25, 2022

Compilation failed in RS10.3.3 with the error: WrapVclThemes.pas(109) Error: E2034 Too many actual parameters.
StyleServices(AControl: TControl = nil) has only been supported since RS10.4.
So the code in WrapVclThemes.pas at line 109 (Result := GlobalDelphiWrapper.Wrap(StyleServices(LControl));) needs to be changed to: Result := GlobalDelphiWrapper. StyleServices({$if CompilerVersion>33}LControl{$ifend}));

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants