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;
Related topics
Topic
Replies
Views
Activity
JSValue
TMS WEB Core
1
543
October 30, 2019
Issue with JSValue
TMS Web Core VSC
3
420
March 11, 2022
TWebClientDataSet.Fieldbyname().OldValue
TMS WEB Core
6
175
April 12, 2022
WEB TObject To JS
TMS WEB Core
2
50
September 30, 2024
Questions about TJSJSON and JSValue
TMS WEB Core
4
487
December 7, 2021
© tmssoftware.com