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

java.util.MissingFormatArgumentException when function name matches Color object method name (ARGB) #70

Open
EmilyGraceSeville7cf opened this issue Apr 19, 2024 · 0 comments

Comments

@EmilyGraceSeville7cf
Copy link

EmilyGraceSeville7cf commented Apr 19, 2024

program Test; 

uses
  Crt;


function ARGB(a, r, g, b: integer) : integer;

var
  generator: android_graphics_Color;


begin
  ARGB := generator.argb(a, r, g, b);
end; 

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

No branches or pull requests

1 participant