#1 2024-12-14 09:34:00

mrbar2000
Member
From: Brazil
Registered: 2016-10-26
Posts: 100

Nullable and Rttimap

Arnold,

How make record to object using rttimap understand object properties TNullableXXXX?
I have a propery TNullableInteger but when sending a record property to object it write 0.
What I can do?

Offline

#2 2024-12-16 10:52:27

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,745
Website

Re: Nullable and Rttimap

AFAICT a TNullableXXX is just a variant, so it should be assigned directly as such, and also as null.

Is your record property also a TNullableInteger or at least a variant?

Offline

#3 2024-12-20 16:09:59

mrbar2000
Member
From: Brazil
Registered: 2016-10-26
Posts: 100

Re: Nullable and Rttimap

I put property as TNullableInteger on record too and works, tnks!

Offline

Board footer

Powered by FluxBB