Closed GoogleCodeExporter closed 9 years ago
Your test case is incorrect.
Getting information out of a "array of const" argument on the native side is
complicated, but it works if you do it like this:
ShowMessage(VarToStr(LArgs.Element([0]).Value) + ' ' +
VarToStr(LArgs.element([1]).Value) + VarToStr(LArgs.element([2]).value));
Original comment by masonwhe...@gmail.com
on 12 May 2013 at 3:53
Ahhh, that's what I was missing!! my bad ):
Original comment by duminica...@gmail.com
on 12 May 2013 at 4:44
Original issue reported on code.google.com by
duminica...@gmail.com
on 12 May 2013 at 12:00Attachments: