tmssoftware.com
TMS Support Center
JSValue
WEB
TMS WEB Core
Cavalera_Guido
(Guido Cavalera)
October 30, 2019, 1:06pm
1
how can i extract value from JSValue.
I declare RecordId: JSValue; and assign RecordId:=wdAliqIVACOD_IVA.Value <- integer
how can i extract the integer value or other data type ?
thx
brunofierens
(Bruno Fierens)
October 30, 2019, 3:30pm
2
You can use
var
i: integer;
begin
i := tointeger(JSValue);
end;
Related topics
Topic
Replies
Views
Activity
Cast JSValue to Integer?
TMS WEB Core
1
667
January 5, 2019
Issue with JSValue
TMS Web Core VSC
3
451
March 11, 2022
Questions about TJSJSON and JSValue
TMS WEB Core
4
516
December 7, 2021
get value from TXDataWebEntityField
TMS WEB Core
9
297
August 26, 2021
Convert JS datetime to string
TMS WEB Core
1
491
August 14, 2020
© tmssoftware.com