aurelius set value to null

How do i set an aurelius Object property to NULL? I have one that is double and NULLable, but when i try to set it to := NULL it raises an exception? Any idea?

thank you in advance

Hi, use SNull :

NullableField := SNull;

Must have Aurelius.Types.Nullable listed in your uses clause.

Regards,

1 Like

thank you, i missed to put the unit into uses.

2 Likes

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.