tmssoftware.com
TMS Support Center
Cast JSValue to Integer?
WEB
TMS WEB Core
Weetch_Russell
(Russell Weetch)
January 4, 2019, 7:01pm
1
I might be overlooking the obvious here, but
How do I cast a JSValue back to an Integer?
brunofierens
(Bruno Fierens)
January 5, 2019, 6:27pm
2
Did you try
var
i: integer;
begin
i := integer(JSValue);
end;
© tmssoftware.com