You are not logged in.
Pages: 1
Hello,
I need a way to check missing properties so I will use "Exists",
but can I implement an option to return "undefined"
(as javascript return for unknown property) ?
TDocVariantOption has dvoReturnNullForUnknownProperty option
that return null for unknown property else raise an EDocVariant.
Offline
You can request value and check if it's null, undefined.
If you're using TDocVariantData then, GetValueOrNull or GetValueOrEmpty.
Offline
Pages: 1